spark git commit: [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive

2015-03-04 Thread lian
Repository: spark Updated Branches: refs/heads/master 76b472f12 - aef8a84e4 [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive In `CodeGenerator`, the casting on `FloatType` should use `FloatType` instead of `IntegerType`. Besides,

spark git commit: [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive

2015-03-04 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.3 035243d73 - bfa4e3194 [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive In `CodeGenerator`, the casting on `FloatType` should use `FloatType` instead of `IntegerType`. Besides,