You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/02 05:41:04 UTC

[GitHub] [spark] yaooqinn edited a comment on issue #26716: [SPARK-30083][SQL] visitArithmeticUnary should wrap PLUS case with UnaryPositive for type checking

yaooqinn edited a comment 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.
   In v2.4.4 , 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org