Skip to content

Commit

Permalink
update jira id
Browse files Browse the repository at this point in the history
  • Loading branch information
gengliangwang committed Jan 27, 2019
1 parent 2552ba6 commit 442bb2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class FileBasedDataSourceSuite extends QueryTest with SharedSQLContext with Befo
}

test("SPARK-24204 error handling for unsupported Null data types - csv, parquet, orc") {
// TODO(SPARK-26716): support data type validating in V2 data source, and test V2 as well.
// TODO(SPARK-26744): support data type validating in V2 data source, and test V2 as well.
withSQLConf(SQLConf.USE_V1_SOURCE_READER_LIST.key -> "orc") {
withTempDir { dir =>
val tempDir = new File(dir, "files").getCanonicalPath
Expand Down

0 comments on commit 442bb2b

Please sign in to comment.