raminqaf commented on PR #26704:
URL: https://github.com/apache/flink/pull/26704#issuecomment-2993714737

   @twalthr There is also another case that I have prepared, but so far, it has 
been stashed on my branch. In the FLIP-520, you mentioned under the table API, 
this signature:
   ```
   Expressions.objectOf(DataType, Object... kv);
   ```
   
   In SQL, this would be equivalent to:
   ```sql
   SELECT OBJECT_OF(OBJECT_OF(...)));
   ```
   
   Is this a case we should also support in SQL? Does this mean that we can 
construct structure types from structured types?


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

Reply via email to