Physical operator logging#17752
Conversation
|
@Mytherin Sam and I are happy with the way this looks right now but maybe you want to have a look as well. Sam commented that the current I could see us using a EDIT: or maybe add the
|
|
@lnkuiper Yea that sounds good to me! |
|
Sounds good to me. Is this ready to merge? |
|
@Mytherin I'll make the change I came up with in my comment to make the log entries slightly more structured. I'll mark ready to merge when I'm done! |
|
Thanks! |
Physical operator logging (duckdb/duckdb#17752)
Physical operator logging (duckdb/duckdb#17752) Co-authored-by: krlmlr <[email protected]>
Very basic initial implementation. Adds a new log type (
PhysicalOperator) and adds logging for the hash join and parquet writer. I've implemented a utility that can be passed into classes that we use during execution such asJoinHashTableandParquetWriterthat logs messages, but we can see which operator this belongs to:I'd be happy to receive any feedback on this :)