danny0405 commented on issue #14263: URL: https://github.com/apache/hudi/issues/14263#issuecomment-3535466165
1. if we do not change the disk schema type and still stick to Avro, how can we represent new data types that are not included in Avro, such as `Varient` and `Blob`? 2. as we are introducing a new `HoodieSchema` abstraction here, we can totally remove `InternalSchema` and replace it with the `HoodieSchema`, the binary format converion can be kept as before, so that we avoid redundant conversion between these two schemas. -- 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]
