andygrove commented on PR #1100:
URL: 
https://github.com/apache/datafusion-comet/pull/1100#issuecomment-2487170869

   I am moving this to draft for now. The plan creation time now matches the 
ScanExec metric since https://github.com/apache/datafusion-comet/pull/1105 was 
merged.
   
   I would still like to see the planning time, but only if it excludes 
execution time for the first batch. I have some ideas I want to try out to 
resolve this.
   
   ```
   24/11/19 19:04:23 INFO core/src/execution/jni_api.rs: Comet native query 
plan with metrics (plan creation took 1339 ms):
   ShuffleWriterExec: partitioning=UnknownPartitioning(1), 
metrics=[output_rows=10, elapsed_compute=32.602µs, spill_count=0, 
spilled_bytes=0, data_size=704]
     ScanExec: source=[], schema=[col_0: Int64, col_1: Decimal128(34, 4), 
col_2: Date32, col_3: Int32], metrics=[output_rows=20, 
elapsed_compute=1.339205712s, cast_time=1ns]
   ```


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


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

Reply via email to