zhuqi-lucas commented on code in PR #14922: URL: https://github.com/apache/datafusion/pull/14922#discussion_r1980680580
########## datafusion/sqllogictest/test_files/insert_to_external.slt: ########## @@ -456,13 +456,16 @@ explain insert into table_without_values select c1 from aggregate_test_100 order ---- logical_plan 01)Dml: op=[Insert Into] table=[table_without_values] -02)--Projection: aggregate_test_100.c1 AS c1 +02)--Projection: CAST(aggregate_test_100.c1 AS Utf8View) AS c1 Review Comment: Created a follow-up ticket for it, we'd better to support cast also for insert into api way consistent with insert into sql. https://github.com/apache/datafusion/issues/15015 -- 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]
