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_r392707001
########## File path: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/scan/ScanTestUtils.java ########## @@ -52,6 +52,8 @@ public static final String FILE_PATH_COL = "filepath"; public static final String SUFFIX_COL = "suffix"; public static final String PARTITION_COL = "dir"; + public static final String LMT_COL = "lmt"; Review comment: Thanks for pointing this, I have renamed it to `LAST_MODIFIED_TIME_COL`. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services