deepthi912 opened a new pull request, #15761:
URL: https://github.com/apache/pinot/pull/15761
We noticed `java.lang.ClassCastException` when the user doesn't transform
STRING functions to LONG/INT/TIMESTAMP.
Inorder to avoid such exceptions when removing pks from the map, trying to
convert some of the supported formats like below to convert them to double :
* yyyy-mm-dd hh:mm:ss[.fffffffff]
* yyyy-MM-dd[ HH:mm[:ss]]
* Millis since epoch
* ISO8601 format
* yyyy-MM-dd'T'HH:mm:ss.SSSZ
With this fix, existing users will be able to delete the keys without
having to reingest or change the configs of the columns
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]