gustavodemorais commented on PR #26113:
URL: https://github.com/apache/flink/pull/26113#issuecomment-2642452904

   Thanks for the review, @dawidwys! Addressed the comments. 
   
   I'm adding tests for arrays with rows since I realized a small difference 
compared to how calcite implements it. In short, an array with `row(a,b)` 
unnests to a `row(a, b, ordinality)`. My first assumption was that it unnested 
to `row(a,b), ordinality`. Making the changes to accommodate this and will push 
it soon.


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