Skip to content

Commit

Permalink
[Connector][File-S3] add binary file format
Browse files Browse the repository at this point in the history
  • Loading branch information
4chicat committed Jun 14, 2024
1 parent 7702f09 commit 3d08a73
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ public void prepare(Config pluginConfig) throws PrepareFailException {
break;
case ORC:
case PARQUET:
case BINARY:
throw new FileConnectorException(
CommonErrorCodeDeprecated.UNSUPPORTED_OPERATION,
"SeaTunnel does not support user-defined schema for [parquet, orc] files");
"SeaTunnel does not support user-defined schema for [parquet, orc, binary] files");
default:
// never got in there
throw new FileConnectorException(
Expand Down

0 comments on commit 3d08a73

Please sign in to comment.