Aman Omer created SPARK-30437:
---------------------------------

             Summary: Uneven spaces for some fields for EXPLAIN FORMATTED
                 Key: SPARK-30437
                 URL: https://issues.apache.org/jira/browse/SPARK-30437
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Aman Omer


Output of EXPLAIN EXTENDED have uneven spaces. Eg,

{code:java}
(4) Project [codegen id : 1]
Output    : [key#x, val#x]
Input     : [key#x, val#x]
     
(5) HashAggregate [codegen id : 1]
Input: [key#x, val#x]
{code}

Unlike input field for HashAggregate, Output and Input fields of Project have 
more spaces.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to