spark git commit: [SPARK-4270][SQL] Fix Cast from DateType to DecimalType.

2014-11-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 60ab80f50 -> a6405c5dd [SPARK-4270][SQL] Fix Cast from DateType to DecimalType. `Cast` from `DateType` to `DecimalType` throws `NullPointerException`. Author: Takuya UESHIN Closes #3134 from ueshin/issues/SPARK-4270 and squashes the foll

spark git commit: [SPARK-4270][SQL] Fix Cast from DateType to DecimalType.

2014-11-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 ff1a08256 -> 684d1f0ec [SPARK-4270][SQL] Fix Cast from DateType to DecimalType. `Cast` from `DateType` to `DecimalType` throws `NullPointerException`. Author: Takuya UESHIN Closes #3134 from ueshin/issues/SPARK-4270 and squashes the