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/02/17 14:28:40 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request #1851: Update to arrow 9.1.0

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


   Draft until arrow-rs 9.1 is released
   
   This PR demonstrates that 9.1 doesn't require any changes in DataFusion and that all tests continue to pass 🏅 
   
   The update to 9.1 will require all datafusion checkouts to upgrade to 9.1 so that we can use new features introduced in 9.1 (like new kernels, and DecimalArray APIs)


-- 
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] Jimexist commented on a change in pull request #1851: Update to arrow 9.1.0

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



##########
File path: Cargo.toml
##########
@@ -34,3 +34,10 @@ members = [
 [profile.release]
 lto = true
 codegen-units = 1
+
+
+# TEMP patch until 9.1 is released
+[patch.crates-io]
+arrow = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_for_10.0.0_release" }
+arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_for_10.0.0_release" }
+parquet = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_for_10.0.0_release" }

Review comment:
       ```suggestion
   ```




-- 
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 #1851: Update to arrow 9.1.0

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


   


-- 
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 commented on pull request #1851: Update to arrow 9.1.0

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #1851:
URL: https://github.com/apache/arrow-datafusion/pull/1851#issuecomment-1053678383


   Thanks @Jimexist !


-- 
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 commented on pull request #1851: Update to arrow 9.1.0

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #1851:
URL: https://github.com/apache/arrow-datafusion/pull/1851#issuecomment-1055513358


   Since this should be uncontroversial, merging it in so we can rely on stuff that was added in arrow 9.1


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