Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit 6706611

Browse files
authored
Merge pull request #481 from lukecwik/backport1322
Backport Apache Beam PR #1322
2 parents 1b7954e + b404763 commit 6706611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/com/google/cloud/dataflow/sdk/coders/AvroCoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ private void checkArray(String context, TypeDescriptor<?> type, Schema schema) {
680680
} else {
681681
// If it was an unknown type encoded as an array, be conservative and assume
682682
// that we don't know anything about the order.
683-
reportError(context, "encoding %s as an ARRAY was unexpected");
683+
reportError(context, "encoding %s as an ARRAY was unexpected", type);
684684
return;
685685
}
686686

0 commit comments

Comments
 (0)