zabetak commented on PR #4223:
URL: https://github.com/apache/hive/pull/4223#issuecomment-1505163499

   Also regarding the empty ARRAY<INT> representation should it be the A1 or A1?
   **A1**
   ```
            TOK_SELEXPR
               TOK_FUNCTION
                  array
                  TOK_FUNCTION
                     TOK_INT
                     TOK_NULL
   ```
   **A2**
   ```
            TOK_SELEXPR
               TOK_FUNCTION
                  array
                  TOK_FUNCTION
                     TOK_INT
                     TOK_NULL
                  TOK_FUNCTION
                     TOK_INT
                     TOK_NULL
   ```
   I see that **A2** is mentioned in the description of the PR but I would 
expect that it was **A1**.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to