zhuqi-lucas commented on PR #14766:
URL: https://github.com/apache/datafusion/pull/14766#issuecomment-2670429714

   Fixed the row count in latest PR, thanks @2010YOUY01 ! It's the same count 
before this PR.
   
   ```rust
   /usr/bin/time -l cargo run --release -- --mem-pool-type fair  -m 5G  
--maxrows 1 -f '/Users/zhuqi/arrow-datafusion/benchmarks/data/external_sort.sql'
      Compiling datafusion-cli v45.0.0 
(/Users/zhuqi/arrow-datafusion/datafusion-cli)
       Building [=======================> ] 541/542: datafusion-cli(bin)
       Finished `release` profile [optimized] target(s) in 6m 08s
        Running `/Users/zhuqi/arrow-datafusion/target/release/datafusion-cli 
--mem-pool-type fair -m 5G --maxrows 1 -f 
/Users/zhuqi/arrow-datafusion/benchmarks/data/external_sort.sql`
   DataFusion CLI v45.0.0
   0 row(s) fetched.
   Elapsed 0.006 seconds.
   
   
+------------+-----------+-----------+--------------+------------+-----------------+------------+-------+------------+--------------+---------------+
   | l_orderkey | l_partkey | l_suppkey | l_linenumber | l_quantity | 
l_extendedprice | l_discount | l_tax | l_shipdate | l_commitdate | 
l_receiptdate |
   
+------------+-----------+-----------+--------------+------------+-----------------+------------+-------+------------+--------------+---------------+
   
+------------+-----------+-----------+--------------+------------+-----------------+------------+-------+------------+--------------+---------------+
   59986052 row(s) fetched. (First 1 displayed. Use --maxrows to adjust)
   Elapsed 4.149 seconds.
   
         376.95 real        12.53 user         6.73 sys
             5150486528  maximum resident set size
                      0  average shared memory size
                      0  average unshared data size
                      0  average unshared stack size
                1310769  page reclaims
                      0  page faults
                      0  swaps
                      0  block input operations
                      0  block output operations
                      0  messages sent
                      0  messages received
                      0  signals received
                   1879  voluntary context switches
                  96870  involuntary context switches
           292528936267  instructions retired
            72204445152  cycles elapsed
             5149381912  peak memory footprint
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to