You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/11/03 23:14:47 UTC

[GitHub] [incubator-pinot] apucher opened a new issue #6231: Selecting from double dimension behaves differently with double vs single quote

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org