mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
71b3b5ab5d
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.