Skip to content

Commit

Permalink
[FLINK-36355][runtime] Remove deprecated StreamExecutionEnvironment#D…
Browse files Browse the repository at this point in the history
…EFAULT_JOB_NAME
  • Loading branch information
yunfengzhou-hub authored and reswqa committed Oct 1, 2024
1 parent a5b826e commit bed57ed
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,6 @@ public void registerCollectIterator(CollectResultIterator<?> iterator) {
collectIterators.add(iterator);
}

/**
* The default name to use for a streaming job if no other name has been specified.
*
* @deprecated This constant does not fit well to batch runtime mode.
*/
@Deprecated
public static final String DEFAULT_JOB_NAME = StreamGraphGenerator.DEFAULT_STREAMING_JOB_NAME;

/** The time characteristic that is used if none other is set. */
private static final TimeCharacteristic DEFAULT_TIME_CHARACTERISTIC =
TimeCharacteristic.EventTime;
Expand Down

0 comments on commit bed57ed

Please sign in to comment.