From 31cb99deb60f3af56a8c81b5bf4ebd50b33e8a31 Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Wed, 18 May 2022 08:38:48 -1000 Subject: [PATCH] Empty -> google.protobuf.Empty --- proto/substrait/algebra.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/substrait/algebra.proto b/proto/substrait/algebra.proto index e59d22047..259b504a2 100644 --- a/proto/substrait/algebra.proto +++ b/proto/substrait/algebra.proto @@ -117,10 +117,10 @@ message ReadRel { // The format of the files oneof file_format { - Empty parquet = 9; - Empty arrow_file = 10; - Empty arrow_stream = 11; - Empty orc = 12; + google.protobuf.Empty parquet = 9; + google.protobuf.Empty arrow_file = 10; + google.protobuf.Empty arrow_stream = 11; + google.protobuf.Empty orc = 12; google.protobuf.Any extension = 13; }