Ted-Jiang commented on PR #3070:
URL:
https://github.com/apache/arrow-datafusion/pull/3070#issuecomment-1208318412
@alamb Thanks for your kindly advice! 👍
Following your advice, the code seems more clear and readable.😄
I have test in cli , metircs works fine.
```
ParquetExec: limit=None,
partitions=[Users/yangjiang/test-data/1g_tpch_pageIndex/lineitem_order/part-00000-a9999d7d-8a8b-48dd-b19d-9d06cade164b-c000.snappy.parquet],
predicate=l_shipdate_max@0 >= 10471,
projection=[l_orderkey, l_partkey, l_suppkey, l_linenumber, l_quantity,
l_extendedprice, l_discount, l_tax, l_returnflag, l_linestatus, l_shipdate,
l_commitdate, l_receiptdate, l_shipinstruct, l_shipmode, l_comment],
metrics=[output_rows=2191114, elapsed_compute=1ns, spill_count=0,
spilled_bytes=0, mem_used=0, num_predicate_creation_errors=0,
predicate_evaluation_errors{filename=Users/yangjiang/test-data/1g_tpch_pageIndex/lineitem_order/part-00000-a9999d7d-8a8b-48dd-b19d-9d06cade164b-c000.snappy.parquet}=0,
bytes_scanned{filename=xxx0.snappy.parquet}=76906726,
row_groups_pruned{filename==xxx000.snappy.parquet}=1,
time_elapsed_processing=12.378207765s, time_elapsed_opening=3.136067ms,
time_elapsed_scanning=132.449522ms] |
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]