Re: [I] Support datatype cast for insert api same as insert into sql [datafusion]

2025-03-11 Thread via GitHub
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

Re: [I] Support datatype cast for insert api same as insert into sql [datafusion]

2025-03-08 Thread via GitHub
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.

Re: [I] Support datatype cast for insert api same as insert into sql [datafusion]

2025-03-05 Thread via GitHub
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

Re: [I] Support datatype cast for insert api same as insert into sql [datafusion]

2025-03-04 Thread via GitHub
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

[I] Support datatype cast for insert api same as insert into sql [datafusion]

2025-03-04 Thread via GitHub
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