jerryshao commented on code in PR #9872:
URL: https://github.com/apache/gravitino/pull/9872#discussion_r2768487103
##########
scripts/h2/schema-1.2.0-h2.sql:
##########
@@ -452,7 +452,6 @@ CREATE TABLE IF NOT EXISTS `function_meta` (
`schema_id` BIGINT(20) UNSIGNED NOT NULL COMMENT 'schema id',
`function_type` VARCHAR(64) NOT NULL COMMENT 'function type',
`deterministic` TINYINT(1) DEFAULT 1 COMMENT 'whether the function result
is deterministic',
- `return_type` CLOB NOT NULL COMMENT 'function return type',
Review Comment:
Where do we store the `return columns` previously?
--
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]