mapleFU opened a new issue, #43244:
URL: https://github.com/apache/arrow/issues/43244

   ### Describe the enhancement requested
   
   This part requires write arrow's 
StringView/BinaryView/LargeStringView/LargeBinaryView to Parquet file.
   
   The Parquet library has the layers below:
   1. arrow/parquet: which accepts the input "Array" and able to write them to 
the underlying Parquet api
   2. parquet: the core Parquet libs
   
   In this part, we should:
   1. Check and test `View` types in `parquet/arrow/schema` module, and add 
tests. `Dictionary<View>` might also be test
   2. Update `TypedColumnWriterImpl<ByteArrayType>::WriteArrowDense` and 
allowing it write view type
   3. Allowing `DeltaLengthByteArrayEncoder<DType>::Put`, 
`DeltaByteArrayEncoder<DType>::Put`, `DictEncoderImpl<ByteArrayType>::Put` and 
`PlainEncoder<ByteArrayType>::Put` supports view type
   
   ### Component(s)
   
   C++, Parquet


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

Reply via email to