Skip to content

Commit 7675916

Browse files
fixing up.
1 parent b5da3cd commit 7675916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database-commons/src/main/java/io/cdap/plugin/db/source/AbstractDBSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public String getImportQuery() {
497497
}
498498

499499
public String getTableName() {
500-
return getTableName();
500+
return null;
501501
}
502502

503503
public String getImportQueryType() {

0 commit comments

Comments
 (0)