haohuaijin commented on code in PR #19653:
URL: https://github.com/apache/datafusion/pull/19653#discussion_r2702276801


##########
datafusion/core/benches/data_utils/mod.rs:
##########
@@ -276,3 +276,43 @@ fn test_schema(use_view: bool) -> SchemaRef {
         ]))
     }
 }
+
+/// Create deterministic data for DISTINCT benchmarks with predictable 
trace_ids
+/// This ensures consistent results across benchmark runs
+#[allow(dead_code)]

Review Comment:
   moved `make_distinct_data` to topk_aggregate.rs



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