-
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-657 DFSClient: Reading indices with blobs fails #767
Conversation
Jira Issue: https://hpccsystems.atlassian.net/browse/HPCC4J-657 Jirabot Action Result: |
// if (field.isBlob()) | ||
// { | ||
// field.setIsBlob(false); | ||
// } | ||
} |
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.
is this commented out code needed?
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.
Yep, I have commented it back in as part of the subsequent commit
@@ -260,6 +260,27 @@ public void biasedIntTest() throws Exception | |||
} | |||
} | |||
|
|||
@Test |
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.
Note: This test will fail until HPCC-32875 is resolved
- Updated RecordDefinitionTranslator to maintain blob information - Added isBlob property to FieldDef - Added translation test for indices with blobs - Added index read test for indices with blobs - Updated data generation to create an index with blobs Signed-off-by: James McMullan [email protected]
@rpastrana wrapped up testing and squashed |
commons-hpcc/src/main/java/org/hpccsystems/commons/ecl/RecordDefinitionTranslator.java
Show resolved
Hide resolved
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 looks good. I did not verify the tests' validity and left you a question I'd like to have confirmed before merging.
Jirabot Action Result: |
Signed-off-by: James McMullan [email protected]
Type of change:
Checklist:
Testing: