kishoreg commented on a change in pull request #7210:
URL: https://github.com/apache/pinot/pull/7210#discussion_r677041475
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/request/context/ExpressionContext.java
##########
@@ -106,7 +107,11 @@ public int hashCode() {
public String toString() {
switch (_type) {
case LITERAL:
- return '\'' + _value + '\'';
+ if (NumberUtils.isCreatable(_value)) {
Review comment:
why did we change this?
--
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]