-
Couldn't load subscription status.
- Fork 142
Issue 1084 document update for inc #1213
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
base: 0.6.0
Are you sure you want to change the base?
Issue 1084 document update for inc #1213
Conversation
* refactoring code * ambiguous z_zids * working tests * fixing join for graph * working junits * moving to spark 3.5.5 * pom changes
Added in the description, config and python file
…restructure explanation for readability improve incremental flow documentation, clarify outputTmp usage, and restructure explanation for readability
| incrArgs.setParentArgs(args) | ||
| incrPipe = ECsvPipe("testFebrlIncr", "examples/febrl/test-incr.csv", schema) | ||
| incrArgs.setIncrementalData(incrPipe) | ||
| outputTempPipe = ECsvPipe("outputTemp", "/tmp/zinggOutput_febrl_tmp") |
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.
has to have headers?
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.
Not necessarily. Both True and False values for outputTmp header work. If the header is set to True for outputTmp, the final output will include the header.
improve incremental flow documentation, clarify outputTmp usage, and restructure explanation for readability