nssalian commented on PR #1607: URL: https://github.com/apache/iceberg-go/pull/1607#issuecomment-5486817621
Also fixed two issues found while revisiting the diff: a nil-base panic when an `extract` is OR'd with `IsNull` on a column absent from the file, and an `int64` overflow in the Date/timestamp casts past ~year 2262 (now returns not-castable). In addition to that: `appendExtractLiteral` errors instead of panicking, `parseVariantPath` handles surrogate-pair escapes, and the scan tests are consolidated into `variant_shredded_test.go` with some cleanup. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
