Zhenhua Wang created SPARK-30410:
------------------------------------

             Summary: Calculating size of table having large number of 
partitions causes flooding logs
                 Key: SPARK-30410
                 URL: https://issues.apache.org/jira/browse/SPARK-30410
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.5, 3.0.0
            Reporter: Zhenhua Wang


For a partitioned table, if the number of partitions are very large, e.g. tens 
of thousands or even larger, calculating its total size causes flooding logs.

The flooding happens in:
 # `calculateLocationSize` prints the starting and ending for calculating the 
location size, and it is called per partition;
 # `bulkListLeafFiles` prints all partition paths.



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