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
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 text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: