This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch internal-main in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 172a36cdefed0befe8fdf2fde8461000061b2b92 Author: Qian Xia <[email protected]> AuthorDate: Thu Jan 22 16:55:44 2026 +0800 [#122] web(UI): remove support Byte/Float/Integer/Short four type from UI --- web/web/src/lib/utils/initial.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/web/src/lib/utils/initial.js b/web/web/src/lib/utils/initial.js index edc760eb44..4316851689 100644 --- a/web/web/src/lib/utils/initial.js +++ b/web/web/src/lib/utils/initial.js @@ -576,15 +576,11 @@ const relationalColumnTypeMap = { 'jdbc-bigquery': [ 'binary', 'boolean', - 'byte', 'char', 'date', 'decimal', 'double', - 'float', - 'integer', 'long', - 'short', 'string', 'time', 'timestamp',
