Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21677#discussion_r200244218
  
    --- Diff: sql/core/benchmarks/FilterPushdownBenchmark-results.txt ---
    @@ -0,0 +1,556 @@
    +############################[ Pushdown for many distinct value case 
]############################
    --- End diff --
    
    @wangyum, can we mimic any other format? For example, when I do such thing, 
I usually copy a format from another. For example, how about those below (which 
I am kind of used to).
    
    ```
    Pushdown for many distinct value case:
    
      Java HotSpot(TM) 64-Bit Server VM 1.8.0_151-b12 on Mac OS X 10.12.6
      Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
    
      Select 0 string row (value IS NULL):     Best/Avg Time(ms)    Rate(M/s)   
Per Row(ns)   Relative
      
------------------------------------------------------------------------------------------------
      Parquet Vectorized                            7928 / 8019          2.0    
     504.0       1.0X
    ```
    
    ```
    ========================================================================
    Pushdown for many distinct value case
    ========================================================================
    
    Java HotSpot(TM) 64-Bit Server VM 1.8.0_151-b12 on Mac OS X 10.12.6
    Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
    
    Select 0 string row (value IS NULL):     Best/Avg Time(ms)    Rate(M/s)   
Per Row(ns)   Relative
    
------------------------------------------------------------------------------------------------
    Parquet Vectorized                            7928 / 8019          2.0      
   504.0       1.0X
    ```
    
    ```
    Pushdown for many distinct value case ...
    
    Java HotSpot(TM) 64-Bit Server VM 1.8.0_151-b12 on Mac OS X 10.12.6
    Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
    
    Select 0 string row (value IS NULL):     Best/Avg Time(ms)    Rate(M/s)   
Per Row(ns)   Relative
    
------------------------------------------------------------------------------------------------
    Parquet Vectorized                            7928 / 8019          2.0      
   504.0       1.0X
    ```


---

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

Reply via email to