rdblue commented on code in PR #950:
URL: https://github.com/apache/parquet-mr/pull/950#discussion_r842088106
##########
parquet-column/src/main/java/org/apache/parquet/filter2/predicate/Operators.java:
##########
@@ -48,10 +55,18 @@ protected Column(ColumnPath columnPath, Class<T>
columnType) {
return columnType;
}
+ public Type.ID getColumnId() {
+ return columnId;
+ }
+
public ColumnPath getColumnPath() {
return columnPath;
}
+ public void setColumnPath(ColumnPath columnPath) {
Review Comment:
Why does this add a setter for column path?
--
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]