jonathanc-n commented on PR #13332: URL: https://github.com/apache/datafusion/pull/13332#issuecomment-2474968722
@timsaucer Will push some tests, however after going through it, `date_bin` need to wait on this conversion to work: `Unsupported CAST from Timestamp(Nanosecond, None) to Utf8View` (a issue can be opened for this in arrow-rs to do this as a double cast is probably not ideal). `named_struct` also has this problem, if you want the output to be defaulted to be utf8view this has to be solved in arrow for `array_struct`. Even if i defined the schema in datafusion to output Utf8View or input Utf8View, there will be a schema mismatch or a conversion error, due to the data originally being Utf8. I changed this pr to only deal with support stringview for `array_to_string`, `encoding`, and `bit_length` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org