Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
dongjoon-hyun committed Feb 13, 2018
commit d4cc32e7614603a162f6719c5c72e3d72e57f404
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ abstract class OrcSuite extends OrcTest with BeforeAndAfterAll {

// This should be tested manually because it raises OOM intentionally
// in order to cause `Leaked filesystem connection`. The test suite dies, too.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, nice trick to fail the reader midway!

But it's a little weird to have it as a unit test, shall we just put it in the PR description and say it's manually tested? This test needs to be run manually anyway...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

ignore("SPARK-23399 Register a task completion listner first for OrcColumnarBatchReader") {
ignore("SPARK-23399 Register a task completion listener first for OrcColumnarBatchReader") {
withSQLConf(SQLConf.ORC_VECTORIZED_READER_BATCH_SIZE.key -> s"${Int.MaxValue}") {
withTempDir { dir =>
val basePath = dir.getCanonicalPath
Expand Down