-
Notifications
You must be signed in to change notification settings - Fork 61
PHOENIX-6590 Handle rollbacks in phoenix spark connector and add way to control batch wise or task wise transactions(Rajeshbabu) #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…oenix connections created in workers(Rajeshbabu)
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
joshelser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two nit-picky changes. LGTM otherwise.
| if (tenantId != null) { | ||
| overridingProps.put(PhoenixRuntime.TENANT_ID_ATTRIB, tenantId); | ||
| } | ||
| //overridingProps.setProperty("phoenix.transactions.enabled", "true"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, remove
| //overridingProps.setProperty("phoenix.transactions.enabled", "true"); |
phoenix-spark-base/src/it/scala/org/apache/phoenix/spark/PhoenixSparkIT.scala
Outdated
Show resolved
Hide resolved
stoty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM, but please fix the comment typo mentioned by Josh, and add some comments te document the new behaviour to the batch size parameter.
|
💔 -1 overall
This message was automatically generated. |
No description provided.