Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/601#discussion_r33194745
--- Diff: tajo-common/src/main/java/org/apache/tajo/SessionVars.java ---
@@ -126,6 +126,10 @@
NULL_CHAR(ConfVars.$TEXT_NULL, "null char of text file output", DEFAULT),
CODEGEN(ConfVars.$CODEGEN, "Runtime code generation enabled
(experiment)", DEFAULT),
+
TABLE_PARTITION_NO_RESULT_OVERWRITE_ENABLED(ConfVars.$TABLE_PARTITION_NO_RESULT_OVERWRITE_ENABLED,
--- End diff --
I have one more suggestion. It would be great if you use PARTITION instead
of TABLE_PARTITION. It is still clear because we only use the term 'partition'
to indicate table partition.
---
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.
---