Closed
Description
SELECT
d.value AS data_by_row
FROM LATERAL FLATTEN(INPUT => parse_json('{"key": "value"}'), outer => true) d
DataFusion error: Internal error: Input field name SEQ does not match with the projection expression value. This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker