Leon-WTF commented on a change in pull request #2384: URL: https://github.com/apache/drill/pull/2384#discussion_r765752883
########## File path: metastore/metastore-api/src/test/java/org/apache/drill/metastore/TestData.java ########## @@ -55,7 +55,7 @@ public static TableMetadataUnit basicTableMetadataUnit() { .lastModifiedTime(System.currentTimeMillis()) .partitionKeys(Collections.singletonMap("dir0", "2018")) .additionalMetadata("additional test metadata") - .metadataIdentifier("part_int=3/part_varchar=g/0_0_0.parquet") + .metadataIdentifier(MetadataInfo.GENERAL_INFO_KEY) Review comment: no, it's for the ut. The original value is not match with the real case. -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org