apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

Minor: Add debug log message for creating GroupValuesRows #13506

Closed alamb closed 1 day ago

alamb commented 1 day ago

Which issue does this PR close?

related to

Rationale for this change

I want to know when the aggregation path is using the slower (but general) GroupValuesRows so we can verify that work like https://github.com/apache/datafusion/issues/13505 has been completed

What changes are included in this PR?

Add a debug log message with some comments

Are these changes tested?

N/A

Are there any user-facing changes?

No

alamb commented 8 hours ago

Thanks @jonahgao and @jonahgao