Skip to content

Commit

Permalink
add extvol and extvolmanager support
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-hmadan committed Sep 20, 2024
1 parent 601d7eb commit a54c772
Show file tree
Hide file tree
Showing 20 changed files with 742 additions and 155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum ApiName {
STREAMING_CHANNEL_STATUS("POST"),
STREAMING_REGISTER_BLOB("POST"),
STREAMING_CLIENT_CONFIGURE("POST"),
STREAMING_CHANNEL_CONFIGURE("POST");
GENERATE_PRESIGNED_URLS("POST");
private final String httpMethod;

private ApiName(String httpMethod) {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public String toString() {
map.put("byte_length", this.byteLength);
map.put("length", this.length);
map.put("nullable", this.nullable);
map.put("source_iceberg_datatype", this.sourceIcebergDataType);
map.put("source_iceberg_data_type", this.sourceIcebergDataType);
return map.toString();
}
}
Loading

0 comments on commit a54c772

Please sign in to comment.