Repository: phoenix
Updated Branches:
refs/heads/4.x-HBase-0.98 dc1935221 -> 5555e80e3
PHOENIX-1869 Set default to not use joni regex library
Conflicts:
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5555e80e
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5555e80e
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5555e80e
Branch: refs/heads/4.x-HBase-0.98
Commit: 5555e80e32382d8bb84f3fa7dbaef2252df273d3
Parents: dc19352
Author: James Taylor <[email protected]>
Authored: Wed Apr 15 08:50:23 2015 -0700
Committer: James Taylor <[email protected]>
Committed: Wed Apr 15 08:55:08 2015 -0700
----------------------------------------------------------------------
.../main/java/org/apache/phoenix/query/QueryServicesOptions.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/phoenix/blob/5555e80e/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
----------------------------------------------------------------------
diff --git
a/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
b/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
index b003b11..3912ea5 100644
---
a/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
+++
b/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
@@ -189,7 +189,8 @@ public class QueryServicesOptions {
public static final boolean DEFAULT_IS_METRICS_ENABLED = true;
private static final String DEFAULT_CLIENT_RPC_CONTROLLER_FACTORY =
ClientRpcControllerFactory.class.getName();
- public static final boolean DEFAULT_USE_BYTE_BASED_REGEX = true;
+
+ public static final boolean DEFAULT_USE_BYTE_BASED_REGEX = false;
private final Configuration config;