Skip to content

Commit

Permalink
add EMPTY_RECORD_ATTRIBUTES
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfengzhou-hub committed Sep 19, 2024
1 parent ed3b3a7 commit 1813036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
package org.apache.flink.streaming.runtime.streamrecord;

/** Fake class, for compiling only, should never be used. */
public class RecordAttributes extends StreamElement {}
public class RecordAttributes extends StreamElement {
public static final RecordAttributes EMPTY_RECORD_ATTRIBUTES = new RecordAttributes();
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
package org.apache.flink.streaming.runtime.streamrecord;

/** Fake class, for compiling only, should never be used. */
public class RecordAttributes extends StreamElement {}
public class RecordAttributes extends StreamElement {
public static final RecordAttributes EMPTY_RECORD_ATTRIBUTES = new RecordAttributes();
}

0 comments on commit 1813036

Please sign in to comment.