Skip to content

Commit

Permalink
TEIID-3134 updating the translator to report the correct null ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 24, 2014
1 parent 6998638 commit ee41692
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -190,6 +190,11 @@ public boolean supportsRowLimit() {
* to produce a small result set that is different from a top-N query
*/
return true;
}
}

@Override
public org.teiid.translator.ExecutionFactory.NullOrder getDefaultNullOrder() {
return NullOrder.HIGH;
}

}

0 comments on commit ee41692

Please sign in to comment.