Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/678#discussion_r36596307
--- Diff:
tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/RangeShuffleFileWriteExec.java
---
@@ -56,14 +57,19 @@
private KeyProjector keyProjector;
public RangeShuffleFileWriteExec(final TaskAttemptContext context,
- final PhysicalExec child, final Schema
inSchema, final Schema outSchema,
- final SortSpec[] sortSpecs) throws
IOException {
- super(context, inSchema, outSchema, child);
+ final ShuffleFileWriteNode plan,
--- End diff --
Could you explain why you remove output schema from parameters of the
constructor?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---