You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/05/10 01:14:18 UTC

[GitHub] [calcite-avatica] snuyanzin opened a new pull request #143: [CALCITE-4600] Keep slot object's content as number for date/time/tim…

snuyanzin opened a new pull request #143:
URL: https://github.com/apache/calcite-avatica/pull/143


   The PR tends to keep number value object in `slot` content for `date`, `time` and `timestamp` to avoid `ClassCastException`.
   E.g. `ClassCastException` could be reproduced with one of the next queries:
   ```sql
   select array[current_date];
   select array[current_timestamp];
   select array[current_time];
   ```


-- 
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



[GitHub] [calcite-avatica] julianhyde closed pull request #143: [CALCITE-4600] Support Date/Time/Timestamp slot object's content for date/time/timestamp array accessors

Posted by GitBox <gi...@apache.org>.
julianhyde closed pull request #143:
URL: https://github.com/apache/calcite-avatica/pull/143


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org