mihaibudiu commented on code in PR #4708:
URL: https://github.com/apache/calcite/pull/4708#discussion_r2648631589
##########
testkit/src/main/java/org/apache/calcite/test/QuidemTest.java:
##########
@@ -246,6 +247,18 @@ protected void checkRun(String path) throws Exception {
int thresholdValue = ((BigDecimal) value).intValue();
closer.add(Prepare.THREAD_INSUBQUERY_THRESHOLD.push(thresholdValue));
}
+ if (propertyName.equals("trimfields")) {
Review Comment:
what I don't understand is "at which point during compilation is field
trimming executed"?
The result will depend on the optimizations that are executed before and
after.
--
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]