spark git commit: [SPARK-11537] [SQL] fix negative hours/minutes/seconds

2015-11-05 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.5 dac83094f -> b8b1fbfc8 [SPARK-11537] [SQL] fix negative hours/minutes/seconds Currently, if the Timestamp is before epoch (1970/01/01), the hours, minutes and seconds will be negative (also rounding up). Author: Davies Liu

spark git commit: [SPARK-11537] [SQL] fix negative hours/minutes/seconds

2015-11-05 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 37c59f0ba -> 83b957a35 [SPARK-11537] [SQL] fix negative hours/minutes/seconds Currently, if the Timestamp is before epoch (1970/01/01), the hours, minutes and seconds will be negative (also rounding up). Author: Davies Liu

spark git commit: [SPARK-11537] [SQL] fix negative hours/minutes/seconds

2015-11-05 Thread davies
Repository: spark Updated Branches: refs/heads/master 244010624 -> 07414afac [SPARK-11537] [SQL] fix negative hours/minutes/seconds Currently, if the Timestamp is before epoch (1970/01/01), the hours, minutes and seconds will be negative (also rounding up). Author: Davies Liu