Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/601#discussion_r33110575
--- Diff: tajo-common/src/main/java/org/apache/tajo/SessionVars.java ---
@@ -126,6 +126,9 @@
NULL_CHAR(ConfVars.$TEXT_NULL, "null char of text file output", DEFAULT),
CODEGEN(ConfVars.$CODEGEN, "Runtime code generation enabled
(experiment)", DEFAULT),
+
TABLE_PARTITION_KEPT_EXISTING_DATA_ENABLED(ConfVars.$TABLE_PARTITION_KEPT_EXISTING_DATA_ENABLED,
--- End diff --
How about {{TABLE_PARTITION_NO_RESULT_OVERWRITE_ENABLED}} for the config
name? It seems to be more intuitive for me.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---