Github user arjansh commented on a diff in the pull request:
https://github.com/apache/metamodel/pull/182#discussion_r193783947
--- Diff:
core/src/main/java/org/apache/metamodel/insert/AbstractRowInsertionBuilder.java
---
@@ -44,6 +44,12 @@ public AbstractRowInsertionBuilder(U updateCallback,
Table table) {
_table = table;
}
+ public AbstractRowInsertionBuilder(final U updateCallback, final Table
table, final List<Column> columns) {
--- End diff --
This constructor has been removed.---
