spark git commit: [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULL

2015-11-20 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 6fe1ce6ab -> 9a906c1c3 [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULL JIRA: https://issues.apache.org/jira/browse/SPARK-11817 Instead of return None, we should truncate the fractional seconds to

spark git commit: [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULL

2015-11-20 Thread yhuai
Repository: spark Updated Branches: refs/heads/master bef361c58 -> 60bfb1133 [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULL JIRA: https://issues.apache.org/jira/browse/SPARK-11817 Instead of return None, we should truncate the fractional seconds to prevent

spark git commit: [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULL

2015-11-20 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.6 3662b9f4c -> 119f92b4e [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULL JIRA: https://issues.apache.org/jira/browse/SPARK-11817 Instead of return None, we should truncate the fractional seconds to