-
Type:
Sub-task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.13.0
-
Component/s: Table SQL / API
-
Labels:None
Currently, there is no corresponding functionality in Table API for the following SQL:
SELECT a, s FROM T, UNNEST(T.b) as A(s)