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


Reply via email to