sohami closed pull request #1601: DRILL-6928: Update description for
exec.query.return_result_set_for_ddl option to reflect it affects JDBC
connections only
URL: https://github.com/apache/drill/pull/1601
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
b/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
index a0376a4c510..811c4791e82 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
@@ -902,6 +902,7 @@ public static String bootDefaultFor(String name) {
public static final String RETURN_RESULT_SET_FOR_DDL =
"exec.query.return_result_set_for_ddl";
public static final BooleanValidator RETURN_RESULT_SET_FOR_DDL_VALIDATOR =
new BooleanValidator(RETURN_RESULT_SET_FOR_DDL,
- new OptionDescription("Controls whether to return result set for CREATE
TABLE / VIEW, DROP TABLE / VIEW, SET, USE etc. queries. " +
- "If set to false affected rows count will be returned instead and
result set will be null. Default is true. (Drill 1.15+)"));
+ new OptionDescription("Controls whether to return result set for CREATE
TABLE / VIEW / FUNCTION, DROP TABLE / VIEW / FUNCTION, " +
+ "SET, USE, REFRESH METADATA TABLE queries. If set to false affected
rows count will be returned instead and result set will be null. " +
+ "Affects JDBC connections only. Default is true. (Drill 1.15+)"));
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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