haixuan8192 commented on issue #27134: [SPARK-30456][SQL] An exception to the clipping partition property causes "partition BETWEEN 'start' AND 'end' OR partition = 'other'" not to be clipped successfully URL: https://github.com/apache/spark/pull/27134#issuecomment-572007815 @maropu Sorry, there is a small problem in my local SBT environment, which is being solved now.When I'm querying a contiguous partition AND another partition (OR a partition), using "BETWEEN ~ AND ~ OR ~" won't cut successfully in the partition clipping phase because 'filters:Seq[Expression]' generated in PhysicalOperation 'doesn't take this 'OR' into account
---------------------------------------------------------------- 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. 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]
