You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by GitBox <gi...@apache.org> on 2021/10/07 12:35:45 UTC

[GitHub] [incubator-hop] sramazzina commented on a change in pull request #1121: HOP-3361

sramazzina commented on a change in pull request #1121:
URL: https://github.com/apache/incubator-hop/pull/1121#discussion_r724136531



##########
File path: plugins/transforms/tableinput/src/main/java/org/apache/hop/pipeline/transforms/tableinput/TableInputMeta.java
##########
@@ -459,6 +446,15 @@ public void analyseImpact(
       IHopMetadataProvider metadataProvider)
       throws HopTransformException {
 
+
+    DatabaseMeta databaseMeta = null;
+
+    try {
+      databaseMeta = metadataProvider.getSerializer(DatabaseMeta.class).load(variables.resolve(connection));

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.

To unsubscribe, e-mail: commits-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org