Skip to content

Commit cc52046

Browse files
Google APIscopybara-github
authored andcommitted
feat: Added support for DELTA, ICEBERG, PIG components
PiperOrigin-RevId: 768948627
1 parent 1804a60 commit cc52046

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

google/cloud/dataproc/v1/shared.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,9 @@ enum Component {
561561
// Compute Engine image versions.
562562
ANACONDA = 5;
563563

564+
// Delta Lake.
565+
DELTA = 20;
566+
564567
// Docker
565568
DOCKER = 13;
566569

@@ -579,9 +582,15 @@ enum Component {
579582
// Hudi.
580583
HUDI = 18;
581584

585+
// Iceberg.
586+
ICEBERG = 19;
587+
582588
// The Jupyter Notebook.
583589
JUPYTER = 1;
584590

591+
// The Pig component.
592+
PIG = 21;
593+
585594
// The Presto query engine.
586595
PRESTO = 6;
587596

0 commit comments

Comments
 (0)