mirror of
https://github.com/apache/druid.git
synced 2025-02-11 20:45:01 +00:00
MSQ cannot process null bytes in string fields, and the current workaround is to remove them using the REPLACE function. 'removeNullBytes' context parameter has been added which sanitizes the input string fields by removing these null bytes.