pvary commented on PR #14974: URL: https://github.com/apache/iceberg/pull/14974#issuecomment-3717897774
Thanks @ayushtkn for the investigation. My first idea to create a `TestInternalRecordWrapper` which extends `RecordWrapperTestBase` and the `generateAndValidate` would only check if the wrapping was successful? The test would be overwritten by the Spark and Flink tests like it is done for `TestInternalRowWrapper.testTimestampWithoutZone`. Alternatively we can create a separate `TestInternalRecordWrapper` which tests specific conversions like `DATE`, `TIME` etc, and maybe tests anything else as a noop? -- 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]
