Skip to content

Commit

Permalink
Enable optimized readers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Nov 1, 2014
1 parent 728ff50 commit 2353bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class HiveClientConfig

private List<String> resourceConfigFiles;

private boolean optimizedReaderEnabled;
private boolean optimizedReaderEnabled = true;

public int getMaxInitialSplits()
{
Expand Down

0 comments on commit 2353bb6

Please sign in to comment.