marton-bod commented on a change in pull request #3076:
URL: https://github.com/apache/hive/pull/3076#discussion_r822556400



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/desc/formatter/TextDescTableFormatter.java
##########
@@ -390,7 +391,7 @@ private void displayAllParameters(Map<String, String> 
params, StringBuilder tabl
     Collections.sort(keys);
     for (String key : keys) {
       String value = params.get(key);
-      if (TABLE_IS_CTAS.equals(key)) {
+      if (TABLE_IS_CTAS.equals(key) || TABLE_IS_CTLT.equals(key)) {

Review comment:
       Actually, I've refactored it so that we don't persist the CTLT flag into 
the table props.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to