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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org