git commit: [SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType correctly.

2014-07-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 1fef57bf9 -> 390ae9b00 [SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType correctly. `RowWriteSupport` doesn't write empty `ArrayType` value, so the read value becomes `null`. It should write empty `ArrayType` value as it

git commit: [SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType correctly.

2014-07-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master f62c42728 -> f5abd2712 [SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType correctly. `RowWriteSupport` doesn't write empty `ArrayType` value, so the read value becomes `null`. It should write empty `ArrayType` value as it is.