yuqi1129 commented on PR #11886: URL: https://github.com/apache/gravitino/pull/11886#issuecomment-5070038486
> > * Does Gravitino support creating a table with a MATERIZED/ALIAS column value? > > No — this PR only addresses the load path. Creating such columns would require API-level changes (the Column interface has no "default value kind" concept, and JdbcTableOperations.appendDefaultValue() always emits the DEFAULT keyword). This feels like a separate feature that needs its own API design discussion. I see. This should only guarantee that Gravitino can load tables with MATERIZED/ALIAS columns created before via Gravitino, and can't create such a table via the Gravitino API. -- 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]
