zhtaoxiang commented on code in PR #11722:
URL: https://github.com/apache/pinot/pull/11722#discussion_r1342978255


##########
pinot-core/src/main/java/org/apache/pinot/core/query/reduce/BaseGapfillProcessor.java:
##########
@@ -226,4 +231,16 @@ protected List<Object[]> 
gapFillAndAggregate(List<Object[]> rows, DataSchema dat
       DataSchema resultTableSchema) {
     throw new UnsupportedOperationException("Not supported");
   }
+
+  protected String caseInsensitiveTypeString(String columnName) {

Review Comment:
   (I haven't check the details of the logic, so I may be wrong):
   the logic will also replace `INT_column` to `int_column` (similar for other 
types) if the parameter contains such string, is this intended?



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

Reply via email to