Rollup plugin doesn't work for Group option
Hi,
Rollup plugin is working fine for Rollup form 1 & 2 mentioned in ECL reference. But when i tried to use form 3 by selecting "yes" option in Grouped dropdown available in the plugin, am getting error while the job gets executed.
When i checked the ECL code generated, i inferred that the ECL code generated is not compatible for Rollup form 3. The actual format must be "ROLLUP(datasetname, GROUP, transformName(LEFT,ROWS(LEFT)));". But the ECL code generated by the plugin is "ROLLUP(datasetname, GROUP, transformName(LEFT,RIGHT));".
Instead of passing ROWS(LEFT) its passing RIGHT to the transform function and the transform function definition being generated by the plugin also doesnt receive the right parameter in the Dataset format, instead it receives the right parameter in the same format as the LEFT parameter.
Is this an existing issue with the plugin?
Rollup plugin is working fine for Rollup form 1 & 2 mentioned in ECL reference. But when i tried to use form 3 by selecting "yes" option in Grouped dropdown available in the plugin, am getting error while the job gets executed.
When i checked the ECL code generated, i inferred that the ECL code generated is not compatible for Rollup form 3. The actual format must be "ROLLUP(datasetname, GROUP, transformName(LEFT,ROWS(LEFT)));". But the ECL code generated by the plugin is "ROLLUP(datasetname, GROUP, transformName(LEFT,RIGHT));".
Instead of passing ROWS(LEFT) its passing RIGHT to the transform function and the transform function definition being generated by the plugin also doesnt receive the right parameter in the Dataset format, instead it receives the right parameter in the same format as the LEFT parameter.
Is this an existing issue with the plugin?
- SuganthSelvan
- Posts: 15
- Joined: Wed Jul 15, 2015 7:34 am
Please direct these issues to GitHub so that can be better tracked:https://github.com/hpcc-systems/spoon-plugins
Thank You!
Thank You!
- bforeman
- Community Advisory Board Member
- Posts: 1006
- Joined: Wed Jun 29, 2011 7:13 pm
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest