Jackie-Jiang opened a new pull request, #13078: URL: https://github.com/apache/pinot/pull/13078
In #11763 we have added support to server to support both INT and FLOAT literal. After one release (release 1.1), now we can move forward to send INT and FLOAT from broker side. This PR also contains type related fixes and cleanups: - Fix broker FLOAT/BYTES handling by not allowing using `Literal.getFieldValue()` because the field stored in thrift doesn't always reflect the actual Pinot value. Replaced with newly introduced helper functions in `RequestUtils` - Cleanup unused BYTE/SHORT literal handling -- 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