fresh-borzoni opened a new issue, #167: URL: https://github.com/apache/fluss-rust/issues/167
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description The append() method currently only supports primitives. Add support for Date, Time, Timestamp, and Decimal types. Implementation 1. /crates/fluss/src/record/arrow.rs:188-205 - Add Date32Builder, TimestampBuilder, Decimal128Builder 2. /crates/fluss/src/row/datum.rs:299-306 - Remove error, add append logic 3. /bindings/python/src/table.rs:404 - Add Python to Datum converters Python types to support: - datetime.date -> Date - datetime.datetime -> Timestamp - pd.Timestamp, np.datetime64 -> Timestamp - Decimal -> Decimal ### Willingness to contribute - [x] I'm willing to submit a PR! -- 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]
