xiaoyong-z opened a new issue, #4996: URL: https://github.com/apache/arrow-datafusion/issues/4996
**Describe the bug** A clear and concise description of what the bug is. <img width="1052" alt="image" src="https://user-images.githubusercontent.com/31178013/213645521-dddef82d-3d31-4e64-aaf3-2124dd169d96.png"> **To Reproduce** Steps to reproduce the behavior: select * from 'testing/data/csv/aggregate_test_100.csv' **Expected behavior** A clear and concise description of what you expected to happen. return result successfully **Additional context** Add any other context about the problem here. CREATE EXTERNAL TABLE test ( c1 VARCHAR NOT NULL, c2 INT NOT NULL, c3 SMALLINT NOT NULL, c4 SMALLINT, c5 INT, c6 BIGINT NOT NULL, c7 SMALLINT NOT NULL, c8 INT NOT NULL, c9 BIGINT NOT NULL, c10 VARCHAR NOT NULL, c11 FLOAT NOT NULL, c12 DOUBLE NOT NULL, c13 VARCHAR NOT NULL ) STORED AS CSV WITH HEADER ROW LOCATION 'testing/data/csv/aggregate_test_100.csv'; select * from test can success -- 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]
