apucher opened a new issue #6231: URL: https://github.com/apache/incubator-pinot/issues/6231
Hi everyone, Along the same line of #6230 there's another potentially non-intuitive case: `SELECT * FROM mytable WHERE dim_singleval_DOUBLE_rawencoding_rangeindex_column = 2518.9497060727695` (no quotes **AND** single quotes) errors out, while `SELECT * FROM mytable WHERE dim_singleval_DOUBLE_rawencoding_rangeindex_column = "2518.9497060727695"` (double quotes) works just fine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
