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 2021/04/09 01:04:42 UTC

[GitHub] [spark] HyukjinKwon commented on pull request #32087: [SPARK-34984][SQL] ANSI intervals formatting in hive results

HyukjinKwon commented on pull request #32087:
URL: https://github.com/apache/spark/pull/32087#issuecomment-816330954


   Is the output matched with Hive results? I did a quick test and seems not:
   
   ```
   0: jdbc:hive2://localhost:10000/default> select INTERVAL '1-2' YEARS TO MONTH;
   +------+
   | _c0  |
   +------+
   | 1-2  |
   +------+
   ```


-- 
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



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