-
Notifications
You must be signed in to change notification settings - Fork 482
DPL Analysis: Case-insensitive index access #14872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPL Analysis: Case-insensitive index access #14872
Conversation
* fix the Binding node always using #_Table_ instead of _Label_ for custom index colums * use case-insensitive comparison for looking up index columns in soa::Table and arrow::Table, as the custom-declared index columns may have inconsistent capitalization in their names
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Thanks alot @aalkin for looking at this so quickly today, really appreciate it! |
|
Error while checking build/O2/fullCI_slc9 for 7986152 at 2025-11-30 19:22: Full log here. |
|
Tested on hyperloop. Merging. |
#_Table_instead of_Label_for custom index colums@nzardosh