61yao commented on code in PR #9389: URL: https://github.com/apache/pinot/pull/9389#discussion_r978056023
########## pinot-core/src/main/java/org/apache/pinot/core/data/table/TableResizer.java: ########## @@ -124,7 +124,7 @@ public TableResizer(DataSchema dataSchema, QueryContext queryContext) { */ private OrderByValueExtractor getOrderByValueExtractor(ExpressionContext expression) { if (expression.getType() == ExpressionContext.Type.LITERAL) { - return new LiteralExtractor(expression.getLiteral()); + return new LiteralExtractor(expression.getLiteralString()); Review Comment: Yeah. but I want to do this in next PR since there are too many refactoring stuff to do for 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: 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