-
Notifications
You must be signed in to change notification settings - Fork 309
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
HPCC-30789 Add eclhelper interfaces for generic disk write #19599
Conversation
This change includes several things:
Possibly a little bit more clearup. Let's discuss once you have had a look. |
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-30789 Jirabot Action Result: |
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.
Looks good (though I may feel otherwise when I try to implement stuff using it). Found only typos in comments.
ecl/hthor/hthor.cpp
Outdated
const char * readFormat = helper.queryFormat(); | ||
|
||
const char * readFormat = queryReadFormat(); | ||
//MORE: Later this should use the type of the file if it is a distibuted file and the format is not specified |
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.
Typo: distibuted
rtl/include/eclhelper.hpp
Outdated
@@ -1134,6 +1134,9 @@ enum | |||
TDXjobtemp = 0x0040, // stay around while a wu is being executed. | |||
TDXgeneric = 0x0080, // generic form of disk read/write | |||
|
|||
TDXdynprovideroptions = 0x40000000, // The provider options are dynamic and must be called after onStart() | |||
TDXdynformatoptions = 0x80000000, // The format options are dynnamic and must be called after onStart() |
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.
Typo: dynnamic
Signed-off-by: Gavin Halliday <[email protected]>
Jirabot Action Result: |
Type of change:
Checklist:
Smoketest:
Testing: