You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For historical reason that the old version DuckDB convert unquoted identifier to lower case, many test cases are wrote in case-insensitive way. And we have to preserve_identifier_case=false while upgrading duckdb. Since Velox itself is case-sensitive, should we set preserve_identifier_case=true, and and resolve the historical problem of case-insensitive test cases?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For historical reason that the old version DuckDB convert unquoted identifier to lower case, many test cases are wrote in case-insensitive way. And we have to
preserve_identifier_case=false
while upgrading duckdb. Since Velox itself is case-sensitive, should we setpreserve_identifier_case=true
, and and resolve the historical problem of case-insensitive test cases?Beta Was this translation helpful? Give feedback.
All reactions