Skip to content

Commit

Permalink
[hotfix][table-common] Deprecate CatalogFunction#isGeneric
Browse files Browse the repository at this point in the history
Signed-off-by: slinkydeveloper <[email protected]>
  • Loading branch information
slinkydeveloper authored and wuchong committed Jun 8, 2022
1 parent 24cb706 commit e1a709a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public interface CatalogFunction {
*
* @return whether the function is a generic function
*/
@Deprecated
boolean isGeneric();

/**
Expand Down

0 comments on commit e1a709a

Please sign in to comment.