huaxingao commented on code in PR #948: URL: https://github.com/apache/datafusion-comet/pull/948#discussion_r1765467885
########## native/core/Cargo.toml: ########## @@ -122,3 +122,7 @@ harness = false [[bench]] name = "filter" harness = false + +[[bench]] +name = "aggregate" +harness = false Review Comment: nit: shall we add an empty line to the end of the file? -- 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]
