walterddr commented on code in PR #8558:
URL: https://github.com/apache/pinot/pull/8558#discussion_r855386029
##########
pinot-common/src/main/proto/plan.proto:
##########
@@ -76,8 +76,9 @@ message LiteralField {
bool boolField = 1;
int32 intField = 2;
int64 longField = 3;
- double doubleField = 4;
- string stringField = 5;
+ float floatField = 4;
Review Comment:
correct. this will be regenerated.
--
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]