Github user prashantkommireddi commented on a diff in the pull request:
https://github.com/apache/incubator-phoenix/pull/22#discussion_r10812570
--- Diff:
phoenix-pig/src/main/java/org/apache/phoenix/pig/PhoenixPigConfiguration.java
---
@@ -77,7 +78,7 @@ public void configure(String server, String tableName,
long batchSize) {
conf.set(SERVER_NAME, server);
conf.set(TABLE_NAME, tableName);
conf.setLong(UPSERT_BATCH_SIZE, batchSize);
- conf.setBoolean(MAP_SPECULATIVE_EXEC, false);
+ conf.setBoolean(MAP_SPECULATIVE_EXEC, false);
--- End diff --
There shouldn't be a change here. I think you accidentally might have
introduced a whitespace at the end of line
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---