spark git commit: [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializer

2015-08-12 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7b13ed27c - 7c35746c9 [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializer Currently, UnsafeRowSerializer does not close the InputStream, will cause fd leak if the InputStream has an open fd in it. TODO: the fd could still be leaked, if

spark git commit: [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializer

2015-08-12 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 4b547b91d - eebb3f945 [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializer Currently, UnsafeRowSerializer does not close the InputStream, will cause fd leak if the InputStream has an open fd in it. TODO: the fd could still be