vvysotskyi commented on a change in pull request #2026: DRILL-7330: Implement
metadata usage for all format plugins
URL: https://github.com/apache/drill/pull/2026#discussion_r392594319
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyGroupScan.java
##########
@@ -209,17 +214,12 @@ public boolean hasFiles() {
}
@JsonProperty("files")
+ @JsonIgnore(value = false)
Review comment:
It was ignored in the parent class and unignored in this one by specifying
false value.
Thanks for pointing this, removed ignoring in the parent class and just
ignored in implementation classes were required.
----------------------------------------------------------------
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