paul-rogers commented on a change in pull request #1985: DRILL-7565: ANALYZE
TABLE ... REFRESH METADATA does not work for empty Parquet files
URL: https://github.com/apache/drill/pull/1985#discussion_r379849822
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
##########
@@ -1108,14 +1113,14 @@ public static String bootDefaultFor(String name) {
*/
public static final String METASTORE_USE_SCHEMA_METADATA =
"metastore.metadata.use_schema";
public static final BooleanValidator METASTORE_USE_SCHEMA_METADATA_VALIDATOR
= new BooleanValidator(METASTORE_USE_SCHEMA_METADATA,
- new OptionDescription("Enables schema usage, stored to the Metastore.
Default is false. (Drill 1.17+)"));
+ new OptionDescription("Enables schema usage, stored to the Metastore.
Default is true. (Drill 1.17+)"));
Review comment:
Similar comment about version, here and below.
----------------------------------------------------------------
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