Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22353
  
    @LantaoJin . Please check the following example in Spark UI; the hover text 
on `Scan parquet`.
    ```scala
    scala> 
spark.range(20000).repartition(10000).write.mode("overwrite").parquet("/tmp/10000")
    scala> spark.read.parquet("/tmp/10000/*").count
    ```


---

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

Reply via email to