comphead commented on code in PR #429: URL: https://github.com/apache/datafusion-comet/pull/429#discussion_r1600810257
########## core/Cargo.toml: ########## @@ -16,17 +16,21 @@ # under the License. [package] -name = "comet" +name = "datafusion-comet" version = "0.1.0" +homepage = "https://datafusion.apache.org/comet" +repository = "https://github.com/apache/datafusion-comet" +authors = ["Apache DataFusion <[email protected]>"] +description = "Apache DataFusion Comet: Spark native engine" Review Comment: ```suggestion description = "Apache DataFusion Comet: Apache Spark native query execution plugin" ``` This will be consistent with what in DataFusion known userlist -- 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]
