Details
-
Improvement
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
Description
Remove the Beam SQL exception type and use the standard Java one with the same purpose.
Beam SQL exception types:
org.apache.beam.dsls.sql.exception.BeamSqlUnsupportedException org.apache.beam.dsls.sql.schema.UnsupportedDataTypeException org.apache.beam.dsls.sql.exception.InvalidFieldException org.apache.beam.dsls.sql.exception.BeamInvalidOperatorException
Suggested alternatives depending on the context of where/why exception is being thrown:
java.lang.UnsupportedOperationException java.lang.IllegalArgumentException java.lang.IllegalStateException
Attachments
Issue Links
- links to