liujiayi771 commented on code in PR #6503:
URL: https://github.com/apache/incubator-gluten/pull/6503#discussion_r1682565037
##########
gluten-core/src/main/java/org/apache/gluten/substrait/rel/LocalFilesNode.java:
##########
@@ -78,6 +80,7 @@ public enum ReadFileFormat {
this.partitionColumns.addAll(partitionColumns);
this.metadataColumns.addAll(metadataColumns);
this.preferredLocations.addAll(preferredLocations);
+ this.fileReadProperties= properties;
Review Comment:
I see, previously we were setting the fileReadProperties through the
setFileReadProperties method. If setFileReadProperties is no longer in use, we
can remove it.
--
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]