arina-ielchiieva commented on a change in pull request #1711: DRILL-7011:
Support schema in scan framework
URL: https://github.com/apache/drill/pull/1711#discussion_r269542539
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/scan/file/MetadataColumn.java
##########
@@ -25,6 +25,8 @@
public abstract class MetadataColumn extends ResolvedColumn implements
ConstantColumnSpec {
+
+ public static final int ID = 15;
Review comment:
Do we still need ID?
----------------------------------------------------------------
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