You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/12 11:43:37 UTC

[GitHub] [arrow-datafusion] thinkharderdev commented on a diff in pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP

thinkharderdev commented on code in PR #2716:
URL: https://github.com/apache/arrow-datafusion/pull/2716#discussion_r895160864


##########
datafusion/core/src/lib.rs:
##########
@@ -204,6 +204,7 @@
 /// DataFusion crate version
 pub const DATAFUSION_VERSION: &str = env!("CARGO_PKG_VERSION");
 
+extern crate core;

Review Comment:
   It's not :) Not sure where it came from but removed now. 



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org