dpcollins-google commented on a change in pull request #14014:
URL: https://github.com/apache/beam/pull/14014#discussion_r579492081



##########
File path: 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/SqlTransform.java
##########
@@ -227,8 +253,14 @@ public SqlTransform withPositionalParameters(List<?> 
parameters) {
     return 
toBuilder().setQueryParameters(QueryParameters.ofPositional(parameters)).build();
   }
 
-  public SqlTransform withAutoUdfUdafLoad(boolean autoUdfUdafLoad) {
-    return toBuilder().setAutoUdfUdafLoad(autoUdfUdafLoad).build();
+  public SqlTransform withDdlString(String ddlString) {
+    List<String> ddlStrings = new ArrayList<>(ddlStrings());

Review comment:
       Done




----------------------------------------------------------------
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.

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


Reply via email to