sdf-jkl commented on PR #9677: URL: https://github.com/apache/arrow-rs/pull/9677#issuecomment-4209985876
It was easy to do right away here. Now instead of building the `ExtensionType` we only follow the simple validation steps from `ExtensionType::try_new`. For these types (`Bool8`, `Json`, `Uuid`, `Opaque`, `TimestampWithOffset`, `VariantType`, `RowNumber`, `RowGroupIndex`) it's a simple `DataType` check. `FixedShapeTensor` and `VariableShapeTensor` don't implement `validate` yet, but they don't really need it since we don't do a boolean check for them anywhere. -- 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]
