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/05/13 17:03:16 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #2528: Update to arrow-rs 14.0.0

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

   # Which issue does this PR close?
   N/A
   
    # Rationale for this change
   Update to latest arrow 14.0.0 (this PR is a draft WIP until that is merged)
   
   # What changes are included in this PR?
   1. Update to arrow/parquet/arrow-flight 14.0.0
   2. Update for API changes
   
   # Are there any user-facing changes?
   New version of arrow


-- 
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 #2528: Update to arrow-rs 14.0.0

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


-- 
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 a diff in pull request #2528: Update to arrow-rs 14.0.0

Posted by GitBox <gi...@apache.org>.
alamb commented on code in PR #2528:
URL: https://github.com/apache/arrow-datafusion/pull/2528#discussion_r872615914


##########
datafusion/core/src/from_slice.rs:
##########
@@ -20,8 +20,8 @@
 //! This file essentially exists to ease the transition onto arrow2
 
 use arrow::array::{
-    ArrayData, BinaryOffsetSizeTrait, BooleanArray, GenericBinaryArray,
-    GenericStringArray, PrimitiveArray, StringOffsetSizeTrait,
+    ArrayData, BooleanArray, GenericBinaryArray, GenericStringArray, OffsetSizeTrait,

Review Comment:
   https://github.com/apache/arrow-rs/pull/1645/files



##########
ballista/rust/core/src/client.rs:
##########
@@ -131,11 +133,16 @@ impl BallistaClient {
 struct FlightDataStream {
     stream: Streaming<FlightData>,
     schema: SchemaRef,
+    dictionaries_by_id: HashMap<i64, ArrayRef>,

Review Comment:
   https://github.com/apache/arrow-rs/pull/1636



##########
datafusion/core/src/from_slice.rs:
##########
@@ -20,8 +20,8 @@
 //! This file essentially exists to ease the transition onto arrow2
 
 use arrow::array::{
-    ArrayData, BinaryOffsetSizeTrait, BooleanArray, GenericBinaryArray,
-    GenericStringArray, PrimitiveArray, StringOffsetSizeTrait,
+    ArrayData, BooleanArray, GenericBinaryArray, GenericStringArray, OffsetSizeTrait,

Review Comment:
   https://github.com/apache/arrow-rs/pull/1645



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