fresh-borzoni opened a new pull request, #196: URL: https://github.com/apache/fluss-rust/pull/196
closes #191
Enables Arrow serialization for decimal and temporal types, providing
feature parity with the Java client.
| Fluss Type | Arrow Type |
|------------|-----------|
| `DECIMAL(p, s)` | `Decimal128(p, s)` |
| `DATE` | `Date32` |
| `TIME` | `Time32/Time64` |
| `TIMESTAMP` | `Timestamp` (all precisions) |
| `TIMESTAMP_LTZ` | `Timestamp` (all precisions) |
--
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]
