-
Notifications
You must be signed in to change notification settings - Fork 24
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
HPCC4J-646 RowServiceInputStream set isTLK when reading a TLK #759
Conversation
Jira Issue: https://hpccsystems.atlassian.net/browse/HPCC4J-646 Jirabot Action Result: |
@@ -2351,6 +2351,11 @@ private String makeNodeObject() | |||
sb.append(getFilePartCopy() + 1); | |||
sb.append("\", \n"); | |||
|
|||
if (this.dataPart.isTLK()) | |||
{ | |||
sb.append("\"isTlk\" : \"true\",\n"); |
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.
it might be worthwhile annotating current span w/ this flag
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.
per offline comment, further span annotations will be handled in dedicated pr
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.
@jpmcmu approved
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.
@jpmcmu will merge once re-targeted.
…partition - Added change to set isTLK option on node object when requesting a read operation on a TLK Signed-off-by: James McMullan [email protected]
Jirabot Action Result: |
Signed-off-by: James McMullan [email protected]
Type of change:
Checklist:
Testing: