The following query fails with a NumberFormatException for string columns:
select * from table where <string_column> = <string_column>
The message is logged in the server but silently fails, returning an empty result set.
Here is the log message, not the "string_0" is one of the values:
2023/04/13 10:00:16.013 ERROR [BaseCombineOperator] [pool-5-thread-10] Caught exception while processing query: QueryContext{_tableName='alltypes_REALTIME', _subquery=null, _se> java.lang.NumberFormatException: For input string: "string_0"
The following query fails with a NumberFormatException for string columns:
The message is logged in the server but silently fails, returning an empty result set.
Here is the log message, not the
"string_0"is one of the values: