qzyu999 commented on code in PR #474:
URL: https://github.com/apache/fluss-rust/pull/474#discussion_r3037536347
##########
crates/fluss/src/row/column_writer.rs:
##########
@@ -321,6 +327,26 @@ impl ColumnWriter {
}
}
}
+ DataType::Array(array_type) => {
+ let element_type = array_type.get_element_type();
+ let arrow_element_type = match arrow_type {
+ ArrowDataType::List(field) |
ArrowDataType::LargeList(field) => {
Review Comment:
Hi @leekeiabstraction, good catch, I agree I missed this here. Added in
6fcc0025f5ff4e688c1af3ba40154c889ec5b98d.
--
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]