alamb closed issue #15015: Support datatype cast for insert api same as insert
into sql
URL: 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 spe
zhuqi-lucas commented on issue #15015:
URL: https://github.com/apache/datafusion/issues/15015#issuecomment-2708188369
Thank you @alamb for confirming, submitted the PR to fix it.
https://github.com/apache/datafusion/pull/15091
--
This is an automated message from the Apache Git Service.
alamb commented on issue #15015:
URL: https://github.com/apache/datafusion/issues/15015#issuecomment-2700978141
makes sense to me -- thank you @zhuqi-lucas
--
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
zhuqi-lucas commented on issue #15015:
URL: https://github.com/apache/datafusion/issues/15015#issuecomment-2699799674
take
--
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.
T
zhuqi-lucas opened a new issue, #15015:
URL: https://github.com/apache/datafusion/issues/15015
### Is your feature request related to a problem or challenge?
Now insert into sql we will automatically case the datatype to consistent
with the table datatype, we'd better to support dat