alamb commented on code in PR #19653:
URL: https://github.com/apache/datafusion/pull/19653#discussion_r2698434978
##########
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:
🤔 -- I am not sure why but maybe it has to do with feature flags or
something
--
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]