yaooqinn commented on issue #26716: [SPARK-30083][SQL] visitArithmeticUnary should wrap PLUS case with UnaryPositive for type checking URL: https://github.com/apache/spark/pull/26716#issuecomment-560240101 In v2.4.4, +(date/timestamp/array/map) are valid, we should add a migration guide for these. In v2.4.4 and master, +(string) with integrals returns integral, but -(string) with integrals is coerced to double. we seem to need a migration guide too even through. bit-string constants with x-prefix is not supported yet.
---------------------------------------------------------------- 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]
