Skip to content

Commit

Permalink
InternalColumnarRDDConverterSuite was leaking
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Jan 13, 2023
1 parent c123170 commit 7dbda44
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -300,6 +300,8 @@ class InternalColumnarRDDConverterSuite extends SparkQueryCompareTestSuite {
case _: RapidsHostColumnVector => true
case _ => false
}
columns.foreach(_.close())
table.close()
isRapidsHostColumnVector
}).collect()
assert(result.forall(_ == true))
Expand Down

0 comments on commit 7dbda44

Please sign in to comment.