-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove GenericRowValueTypeEnforcer (#3792)
This change sees `GenericRowValueTypeEnforcer` removed from the code base. It's being removed as the functionality it provides is: 1. Not needed in the production code path as values are always of the right type. 1. Only needed for a few tests to pass, (which have been fixed up). 1. It supports coercing between types which are outside of KSQLs implicit casting rules, e.g. coerce String -> BIGINT. We should support implicitly casting parameters to functions to wider types, as defined by KSQLs implicit casting rules. However, this is not currently the case. See #3791.
- Loading branch information
1 parent
a8cc010
commit 57fb964
Showing
11 changed files
with
53 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
149 changes: 0 additions & 149 deletions
149
...execution/src/main/java/io/confluent/ksql/execution/util/GenericRowValueTypeEnforcer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.