-
Notifications
You must be signed in to change notification settings - Fork 302
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-30787 #19168
base: master
Are you sure you want to change the base?
HPCC-30787 #19168
Conversation
ILogicalRowStream - a stream of logical records with different functions to call depending on whether the target is a roxie row or something else. Possibly rename to ILogicalRowStream ILogicalRowSink - a sink for a stream of records which may or may not be linked IDiskRowReader - class for managing a reader which wraps a logical row stream coming from disk IDiskRowWriter - class for managing a writer to disk (including filenames etc) Signed-off-by: Gavin Halliday <[email protected]>
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-30775 Jirabot Action Result: |
@ghalliday I added a CHThorGenericDiskWriteActivity/BaseActivity that calls into a BinaryDiskRowWriter. I got it to call into the new generic write functions, but it doesn't do anything at the moment. I am not sure what information is available (file location, file type, etc) or how to access it. It is still using the current IHThorDiskWriteArg and I'm not sure if there should be a new interface defined. I didn't know of a way to turn on generic writing, so I had to force it on in createActivity. Is this on the right track? |
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.
I'm not knowledgeable enough to comment on the implementation, but the overall code looks good to my untrained eye. Gavin will provide much better feedback.
Type of change:
Checklist:
Smoketest:
Testing: