Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
save

save

save

save

support all
  • Loading branch information
xxhZs committed Oct 25, 2024
1 parent 92f3f5f commit dd2eb0f
Show file tree
Hide file tree
Showing 13 changed files with 387 additions and 297 deletions.
5 changes: 5 additions & 0 deletions proto/batch_plan.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,15 @@ message SourceNode {
}

message IcebergScanNode {
enum IcebergScanType {
DATA_SCAN = 0;
EQUALITY_DELETE_SCAN = 1;
}
repeated plan_common.ColumnCatalog columns = 1;
map<string, string> with_properties = 2;
repeated bytes split = 3;
map<string, secret.SecretRef> secret_refs = 4;
IcebergScanType iceberg_scan_type = 5;
}

message FileScanNode {
Expand Down
4 changes: 2 additions & 2 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ profile:
# ENABLE_PRETTY_LOG: "true"
steps:
# If you want to use the local s3 storage, enable the following line
# - use: minio
- use: minio

# If you want to use aws-s3, configure AK and SK in env var and enable the following lines:
# - use: aws-s3
Expand Down Expand Up @@ -53,7 +53,7 @@ profile:
- use: frontend

# If you want to enable compactor, uncomment the following line, and enable either minio or aws-s3 as well.
# - use: compactor
- use: compactor

# If you want to create source from Kafka, uncomment the following lines
# - use: kafka
Expand Down
Loading

0 comments on commit dd2eb0f

Please sign in to comment.