soumyakanti3578 commented on code in PR #6103:
URL: https://github.com/apache/hive/pull/6103#discussion_r2501039610
##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RelFieldTrimmer.java:
##########
@@ -1239,6 +1240,17 @@ public TrimResult trimFields(
return result(newTableAccessRel, mapping);
}
+ /**
+ * Sets columnAccessInfo object for views.
+ *
+ * @param rel RelNode
+ * @param fieldsUsed Fields used
+ */
+ protected void setColumnAccessInfoForViews(RelNode rel, ImmutableBitSet
fieldsUsed) {
+ // This method is overridden in child class
+ throw new UnsupportedOperationException();
+ }
Review Comment:
Fixed in the new commit.
--
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]