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: [email protected]
