aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-08-12 20:02:55 -0700
committerReynold Xin <rxin@databricks.com>2015-08-12 20:02:55 -0700
commit7c35746c916cf0019367850e75a080d7e739dba0 (patch)
tree7ae755ca944cb4278981be1f250d08622a6d3abc /project
parent7b13ed27c1296cf76d0946e400f3449c335c8471 (diff)
downloadspark-7c35746c916cf0019367850e75a080d7e739dba0.tar.gz
spark-7c35746c916cf0019367850e75a080d7e739dba0.tar.bz2
spark-7c35746c916cf0019367850e75a080d7e739dba0.zip
[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 any items in the stream is not consumed. Currently it replies on GC to close the fd in this case. cc JoshRosen Author: Davies Liu <davies@databricks.com> Closes #8116 from davies/fd_leak.
Diffstat (limited to 'project')
0 files changed, 0 insertions, 0 deletions