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/03/01 14:15:39 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request #1899: Update crate descriptions

alamb opened a new pull request #1899:
URL: https://github.com/apache/arrow-datafusion/pull/1899


   # Which issue does this PR close?
   
   re #1750 
   
    # Rationale for this change
   The description of sub crates is copy/pasted from DataFusion and not very specific
   
   # What changes are included in this PR?
   Change crate descriptions to be more specific
   
   # Are there any user-facing changes?
   just descriptions


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



[GitHub] [arrow-datafusion] alamb merged pull request #1899: Update crate descriptions

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #1899:
URL: https://github.com/apache/arrow-datafusion/pull/1899


   


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



[GitHub] [arrow-datafusion] mbrobbel commented on a change in pull request #1899: Update crate descriptions

Posted by GitBox <gi...@apache.org>.
mbrobbel commented on a change in pull request #1899:
URL: https://github.com/apache/arrow-datafusion/pull/1899#discussion_r816818974



##########
File path: datafusion-jit/Cargo.toml
##########
@@ -17,7 +17,7 @@
 
 [package]
 name = "datafusion-jit"
-description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
+description = "Just In Time (JIT) compliation support for DataFusion query engine"

Review comment:
       ```suggestion
   description = "Just In Time (JIT) compilation support for DataFusion query engine"
   ```




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