From ba504f353184a58c1afaf1cc57f70aef3de10b27 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:37:02 -0400 Subject: [PATCH] format: fix trailing space --- proto/substrait/algebra.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/substrait/algebra.proto b/proto/substrait/algebra.proto index 3d52b1c5b..36b878c5c 100644 --- a/proto/substrait/algebra.proto +++ b/proto/substrait/algebra.proto @@ -368,7 +368,7 @@ message Rel { message NamedObjectWrite { // The list of string is used to represent namespacing (e.g., mydb.mytable). // This assumes shared catalog between systems exchanging a message. - // + // repeated string names = 1; substrait.extensions.AdvancedExtension advanced_extension = 10; }