Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
itholic committed Aug 21, 2024
commit d0dc653bb4b8142487fd9402891a0993f4342393
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ class ProtobufFunctionsSuite extends QueryTest with SharedSparkSession with Prot
"hint" -> ""),
queryContext = Array(ExpectedContext(
fragment =
s"from_protobuf(protobuf_data, 'SimpleMessageJavaTypes', '$testFileDescFile', 42))",
s"from_protobuf(protobuf_data, 'SimpleMessageJavaTypes', '$testFileDescFile', 42)",
start = 10,
stop = 173))
)
Expand Down