chucheng92 opened a new pull request, #3644:
URL: https://github.com/apache/calcite/pull/3644

   issue: 
   https://issues.apache.org/jira/browse/CALCITE-6063
   
   context:
   The sql-standard-2003 allows array constrcutor by query:
   ```
   <array value constructor by query> ::=
      ARRAY <left paren>  <query expression>  [ <order by clause>  ] <right 
paren> 
   ```
   
   and calcite does support it.
   
   however the orderby was removed by the issue 
https://issues.apache.org/jira/browse/CALCITE-2978.
   
   The solution of this PR is same as #1763 to allow sort.
   
   


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