Wenchen Fan
Wenchen Fan
For internal file source API, I think we can simply update `FileFormat#supportDataType` in certain formats such as CSV to return false for string with collation. So no new API is...
> This would mean that we wouldn't be able to create spark managed tables with collations for those formats. Is that something that we want to do? To confirm the...
I think there is some misunderstanding here. Filter pushdown has a few steps: 1. Spark translates catalyst filters to data source filters, which can be a semantically subset as some...
thanks, merging to master!
Yea UNSET non-existing property should be noop. BTW we should throw table not found error if table does not exist.
thanks, merging to master!
Can we solve this issue by recursion? Which is easier to understand.
Sorry for the late review. I think the implementation can be much simpler, please see my attempt at https://github.com/apache/spark/pull/49093
only one comment: https://github.com/apache/spark/pull/46707/files#r1669539861 , I'm also fine to just remove `OPTIONS`.
thanks, merging to master!