You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/02/06 18:11:52 UTC

[GitHub] [hive] jcamachor commented on a change in pull request #862: Hive 22589

jcamachor commented on a change in pull request #862: Hive 22589
URL: https://github.com/apache/hive/pull/862#discussion_r375998406
 
 

 ##########
 File path: ql/src/test/results/clientpositive/typechangetest.q.out
 ##########
 @@ -1258,10 +1258,10 @@ POSTHOOK: query: select cId, cTimeStamp from testAltColORC_n0 order by cId
 POSTHOOK: type: QUERY
 POSTHOOK: Input: default@testaltcolorc_n0
 #### A masked pattern was here ####
-1	2017-11-07 01:02:49.999999999
-2	1399-12-23 17:01:01.000000001
-3	1399-12-23 17:01:01.000000001
-4	1399-12-23 17:01:01.000000001
+1	2017-11-07 09:02:49.999999999
+2	1400-01-01 01:01:01.000000001
+3	1400-01-01 01:01:01.000000001
+4	1400-01-01 01:01:01.000000001
 
 Review comment:
   This one is expected. Behavior changed with new ORC version since timezone is being encoded in original files even if they do not contain a date/timestamp type columns (before we were not encoding this information unless those types were already present in the files). Then, when schema evolution kicks in, we use that tz value to interpret the values.

----------------------------------------------------------------
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: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org