You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that "ab" is duplicated and is in an additional row. Also, note that the size of the results is 6 while the dataset only has 5 rows.
What is the expected behavior?
When calling the nested function with data having array of objects we should expect the resulting number of rows to be the same number as the dataset. For example, the dataset above should always have 5 rows in the result when the user queries SELECT nested(message.info), nested(comment.data) from nested_simple;
Expected output:
What is the bug?
The nested function separates values of an array into additional rows which duplicates some values and gives misleading results
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
When calling the nested function with data having array of objects we should expect the resulting number of rows to be the same number as the dataset. For example, the dataset above should always have 5 rows in the result when the user queries
SELECT nested(message.info), nested(comment.data) from nested_simple;
Expected output:
What is your host/environment?
Do you have any screenshots?
Expected result:
The text was updated successfully, but these errors were encountered: