Skip to content

Commit

Permalink
[hotfix] [tableAPI] Adapt tests to changed null-value support default
Browse files Browse the repository at this point in the history
  • Loading branch information
fhueske committed May 19, 2016
1 parent 09b428b commit 960f4ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TableProgramsTestBase(
val conf = new TableConfig
tableConfigMode match {
case NULL =>
conf.setNullCheck(true)
conf.setNullCheck(false)
case EFFICIENT =>
conf.setEfficientTypeUsage(true)
case _ => // keep default
Expand Down

0 comments on commit 960f4ac

Please sign in to comment.