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:16:14 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2528: Update to arrow-rs 14.0.0

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