rdblue commented on issue #23606: [SPARK-26666][SQL] Support DSv2 overwrite and dynamic partition overwrite. URL: https://github.com/apache/spark/pull/23606#issuecomment-460864724 The ORC tests are failing due to commit df4c53e44bc9837a470ec66486237403868cb04f by @gengliangwang. That commit adds a v2 implementation for ORC and uses it by default, which breaks because Overwrite is implemented in this PR using a v2 plan. In v2, overwrite does not create tables, CTAS creates tables. But CTAS cannot be implemented until a table catalog is available. The solution is to default ORC to the v1 implementation until CTAS is available in v2.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
