Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twalthr committed Nov 25, 2024
1 parent 8118e4c commit 833601c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

package org.apache.flink.table.types.inference;

import org.apache.flink.annotation.PublicEvolving;

/** Strategy for inferring a function call's intermediate result data type (i.e. state entry). */
@PublicEvolving
public interface StateTypeStrategy extends TypeStrategy {
// marker interface which will be filled with additional contracts in the future
}

0 comments on commit 833601c

Please sign in to comment.