mchades commented on code in PR #9872:
URL: https://github.com/apache/gravitino/pull/9872#discussion_r2768904029


##########
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:
   The field was previously missed in the storage layer. The table function was 
tested in the FunctionIT, but its `return columns` was not asserted, so the 
issue went unnoticed. 
   
   
https://github.com/apache/gravitino/blob/437f46a2e0c6c192d995380fec6436b2141ab3fa/clients/client-java/src/test/java/org/apache/gravitino/client/integration/test/FunctionIT.java#L191-L200



-- 
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]

Reply via email to