You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2020/08/04 18:16:47 UTC

[GitHub] [samza] b-slim opened a new pull request #1409: [SAMZA-2575] Fix the flatten output values and add more tests

b-slim opened a new pull request #1409:
URL: https://github.com/apache/samza/pull/1409


   **Currently:** Flatten udf return a wrong type
   ```sql
   SELECT FLATTEN(ARRYA[1,2]), 'value' form table;
   -- expected result is 
   1,value
   2,value
   -- current result is 
   [1],value
   [2],value
   ```
   **Fix:** return the actual inner value and add more tests
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [samza] atoomula merged pull request #1409: [SAMZA-2575] Fix the flatten output values and add more tests

Posted by GitBox <gi...@apache.org>.
atoomula merged pull request #1409:
URL: https://github.com/apache/samza/pull/1409


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org