LauraXia123 commented on code in PR #9392:
URL: https://github.com/apache/gravitino/pull/9392#discussion_r2596893414
##########
web/web/src/lib/utils/initial.js:
##########
@@ -607,6 +612,26 @@ const relationalColumnTypeMap = {
'timestamp_tz',
'varchar'
],
+ 'lakehouse-generic': [
+ 'binary',
+ 'boolean',
+ 'byte',
+ 'date',
+ 'decimal',
+ 'double',
+ 'external',
+ 'fixed',
+ 'float',
+ 'integer',
+ 'interval_day',
+ 'interval_year',
+ 'long',
+ 'null',
+ 'short',
+ 'string',
+ 'time',
+ 'timestamp'
+ ],
Review Comment:
I have removed the 'external' and 'null' types, which the UI currently does
not support processing. 'interval_day' is a type supported by gravitino.
here is related doc:
https://gravitino.apache.org/docs/1.0.1/manage-relational-metadata-using-gravitino/#apache-gravitino-table-column-type
--
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]