dawidwys commented on PR #24253:
URL: https://github.com/apache/flink/pull/24253#issuecomment-1933701764

   @snuyanzin There is a test for using an entry from a map:
   
   ```
   INSERT INTO MySink
   SELECT amount * r.rate
   FROM OrdersNestedId AS o
   JOIN RatesHistory FOR SYSTEM_TIME AS OF o.rowtime AS r 
   ON o.nested_map['currency'] = r.currency
   ```
   
   Additional levels of nesting don't change anything imo.


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