linliu-code commented on issue #18752: URL: https://github.com/apache/hudi/issues/18752#issuecomment-4499933600
PR up for review: https://github.com/apache/hudi/pull/18794 Fixes both the bulk_insert (Row writer) and upsert (avro writer) paths. The bulk_insert path supports the full {MICROS, MILLIS, INT96} matrix. The upsert path supports {MICROS, MILLIS} — INT96 has to fall through to MICROS at the avro layer because Avro doesn't model INT96; that's the documented limit of the fix and only affects INT96-on-upsert specifically. -- 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]
