snuyanzin commented on PR #26704: URL: https://github.com/apache/flink/pull/26704#issuecomment-2989071059
seems subquery not supported this is ok ```sql SELECT OBJECT_OF('<class_name>', 'f0', 1); ``` this was not able to success ```sql SELECT OBJECT_OF('<class_name>', 'f0', (SELECT 1)); ``` or did I miss anything? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org