Commit 2c0f5de
committed
[SC-4372] Set correct taskcontext in async-io thread
## What changes were proposed in this pull request?
This patch fixes a broken test in `ParquetFilterSuite`.
## How was this patch tested?
`ParquetFilterSuite`
Author: Sameer Agarwal <sameerag@cs.berkeley.edu>
Closes apache#68 from sameeragarwal/async-io.1 parent 5c0ca48 commit 2c0f5de
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- sql/core/src
- main/scala/org/apache/spark/sql/execution/datasources
- test/scala/org/apache/spark/sql/execution/datasources/parquet
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
0 commit comments