Skip to content

Commit c3e2b2f

Browse files
committed
Add newlines
1 parent adb058c commit c3e2b2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

native/proto/src/proto/expr.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,4 +496,4 @@ message Rand {
496496
message ArraysZip {
497497
repeated Expr values = 1;
498498
repeated string names = 2;
499-
}
499+
}

spark/src/test/resources/sql-tests/expressions/array/arrays_zip.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ query
144144
SELECT arrays_zip(a) FROM (SELECT array(1, 2, 3) as a, null as b)
145145

146146
query
147-
SELECT arrays_zip(b) FROM (SELECT array(1, 2, 3) as a, null as b)
147+
SELECT arrays_zip(b) FROM (SELECT array(1, 2, 3) as a, null as b)

0 commit comments

Comments
 (0)