godfreyhe commented on a change in pull request #8468: 
[FLINK-12399][table][table-planner] Fix FilterableTableSource does not change 
after applyPredicate
URL: https://github.com/apache/flink/pull/8468#discussion_r334480084
 
 

 ##########
 File path: 
flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/ParquetTableSource.java
 ##########
 @@ -223,7 +224,8 @@ public TableSchema getTableSchema() {
        @Override
        public String explainSource() {
                return "ParquetFile[path=" + path + ", schema=" + parquetSchema 
+ ", filter=" + predicateString()
-                       + ", typeInfo=" + typeInfo + "]";
+                       + ", typeInfo=" + typeInfo + ", selectedFields=" + 
Arrays.toString(selectedFields)
 
 Review comment:
   `filter` and `predicates` are duplicate ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to