Skip to content

DPL Analysis: update ArrowTableSlicingCache column lookup - #15643

Open
aalkin wants to merge 2 commits into
AliceO2Group:devfrom
aalkin:update-slicing-cache-column-lookup
Open

DPL Analysis: update ArrowTableSlicingCache column lookup#15643
aalkin wants to merge 2 commits into
AliceO2Group:devfrom
aalkin:update-slicing-cache-column-lookup

Conversation

@aalkin

Copy link
Copy Markdown
Member

Slicing cache for historical reasons uses a copy of the column lookup function, that was still using std::tolower instead of a locale-less shortcut method to compare column names. This change brings the function up-to-date and also switches to string_view and raw pointers from string and shared_ptr where appropriate.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2/fullCI_slc9 for 3773052 at 2026-07-31 10:42:

No log files found

Full log here.

ktf
ktf approved these changes Aug 5, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@aalkin@alibuild@ktf