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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to