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: [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]