tvalentyn commented on code in PR #22469:
URL: https://github.com/apache/beam/pull/22469#discussion_r948247118


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/ByteBuddyUtils.java:
##########
@@ -1440,7 +1440,11 @@ protected InvokeUserCreateInstruction(
         }
         if (index == null) {
           throw new RuntimeException(
-              "Creator parameter " + paramName + " Doesn't correspond to a 
schema field");
+              "Creator parameter "
+                  + paramName
+                  + " Doesn't correspond to a schema field."
+                  + " Make sure that you are compiling with -parameters 
parameter to include"
+                  + " constructor parameter information in class files..");

Review Comment:
   ```suggestion
                     + " constructor parameter information in class files.");
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to