paul-rogers commented on a change in pull request #1925: DRILL-7472: Fix ser /
de for sys and information_schema schemas queries
URL: https://github.com/apache/drill/pull/1925#discussion_r357303726
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaGroupScan.java
##########
@@ -70,6 +67,12 @@ public InfoSchemaFilter getSchemaFilter() {
return filter;
}
+ @JsonIgnore
+ @Override
+ public List<SchemaPath> getColumns() {
+ return super.getColumns();
+ }
Review comment:
Ah, I see. So, I'll amend my comment: we need to serialize columns only if
the plugin supports project push-down. With EVF, that is all of them. But, of
course, this one is old and may not support project push-down.
----------------------------------------------------------------
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