NobiGo commented on code in PR #4150: URL: https://github.com/apache/calcite/pull/4150#discussion_r1919553035
########## example/csv/src/test/resources/sales/test.csv: ########## @@ -0,0 +1,3 @@ +id,name,sex,age Review Comment: According to other CSV files, there should be a data type here. If it is the default String type, it is normal for Calcite to throw an exception. -- 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]
