qzyu999 commented on code in PR #474:
URL: https://github.com/apache/fluss-rust/pull/474#discussion_r3033540599
##########
bindings/python/src/table.rs:
##########
@@ -1370,6 +1370,20 @@ pub fn datum_to_python_value(
.map_err(|e| FlussError::from_core_error(&e))?;
rust_timestamp_ltz_to_python(py, ts)
}
+ DataType::Array(array_type) => {
Review Comment:
Hi @fresh-borzoni, thanks for catching this, added functionality for
`python_value_to_datum` in 7dec9da4a9b8989766b08766b9521cbb01462509 along with
a set of tests.
--
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]