We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc6a4a commit dc3018bCopy full SHA for dc3018b
mariadb-plugin/src/main/java/io/cdap/plugin/mariadb/MariadbAction.java
@@ -48,6 +48,9 @@ public MariadbAction(MariadbActionConfig mariadbActionConfig) {
48
49
/**
50
* MariaDB Action Config.
51
+ * TO DO
52
+ * Most of these configs are common to all mariadb plugins. These needs to be put into common class to avoid
53
+ * code duplication. https://issues.cask.co/browse/PLUGIN-358
54
*/
55
public static class MariadbActionConfig extends DBSpecificQueryConfig {
56
0 commit comments