druid
druid copied to clipboard
SQL: Avoid extractionFns by default.
The SQL planner now avoids using extractionFns unless "sqlUseExtractionFns" is set to "true" is set. This promotes more usage of query vectorization.
This affects the SQL functions LOOKUP, REGEXP_EXTRACT, and SUBSTRING.