zabetak commented on code in PR #6230:
URL: https://github.com/apache/hive/pull/6230#discussion_r2630131732


##########
ql/src/test/queries/clientpositive/explain_formatted_indent.q:
##########
@@ -0,0 +1,5 @@
+CREATE TABLE person (id INT, fname STRING);
+set hive.explain.formatted.indent=true;
+EXPLAIN FORMATTED SELECT fname FROM person WHERE id > 100;
+set hive.explain.formatted.indent=false;
+EXPLAIN FORMATTED SELECT fname FROM person WHERE id > 100;

Review Comment:
   True but its not worth triggering another pre-commit run just for fixing 
this (waste of resources). If we need to do other changes I am happy to fix 
this but otherwise I would leave this as is. 



-- 
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