alamb commented on PR #20177:
URL: https://github.com/apache/datafusion/pull/20177#issuecomment-3856579909
There are a few sqllogictest errors like this
```
External error: 35 errors in file
/Users/andrewlamb/Software/datafusion2/datafusion/sqllogictest/test_files/map.slt
1. statement failed: DataFusion error: SQL error: ParserError("Expected: ),
found: { at Line: 3, Column: 8")
[SQL] CREATE TABLE map_array_table_1
AS VALUES
(MAP {1: [1, NULL, 3], 2: [4, NULL, 6], 3: [7, 8, 9]}, 1, 1.0, '1'),
(MAP {4: [1, NULL, 3], 5: [4, NULL, 6], 6: [7, 8, 9]}, 5, 5.0, '5'),
(MAP {7: [1, NULL, 3], 8: [9, NULL, 6], 9: [7, 8, 9]}, 4, 4.0, '4')
;
at
/Users/andrewlamb/Software/datafusion2/datafusion/sqllogictest/test_files/map.slt:18
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]