mchades commented on PR #12424: URL: https://github.com/apache/gravitino/pull/12424#issuecomment-5317997279
@laserninja Regarding the `DataType` nit: `DataType.DECIMAL` is the Java enum constant and serializes as the Ossie wire value `"Decimal"`. Semantic `DataType` deliberately follows the Ossie logical type vocabulary and is independent of `org.apache.gravitino.rel.types.Type`; Gravitino does not infer or convert it from source column types. I will make this explicit in the design. -- 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]
