Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

APEXCORE-470 New API in DAG - setOperatorAttribute #349

Merged
merged 1 commit into from Jun 20, 2016

Conversation

sandeshh
Copy link
Contributor

@sandeshh sandeshh commented Jun 7, 2016

  1. Added the new API - setOperatorAttribute
  2. updated the unit tests,
  3. marked "setAttribute(Operator..." as deprecated

@PramodSSImmaneni please review.

@sandeshh sandeshh changed the title APEXCORE-470 APEXCORE-470 New API in DAG - setOperatorAttribute Jun 7, 2016
public abstract <T> void setAttribute(Operator operator, Attribute<T> key, T value);

/**
* <p>setOperatorAttribute.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javadoc

@sandeshh sandeshh force-pushed the APEXCORE-470 branch 3 times, most recently from d102e1c to b722563 Compare June 13, 2016 21:51
public abstract <T> void setAttribute(Operator operator, Attribute<T> key, T value);

/**
* Set an attribute on the operator.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for an operator

… tests, also marked setAttribute(Operator... as deprecated
@asfgit asfgit merged commit 558942a into apache:master Jun 20, 2016
@sandeshh sandeshh deleted the APEXCORE-470 branch October 4, 2016 18:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants