tkingsbury42 commented on a change in pull request #241:
URL: https://github.com/apache/metamodel/pull/241#discussion_r449206576
##########
File path: core/src/main/java/org/apache/metamodel/schema/MutableColumn.java
##########
@@ -70,9 +71,10 @@ public MutableColumn(String name, ColumnType type, Table
table, int columnNumber
}
public MutableColumn(String name, ColumnType type, Table table, int
columnNumber, Integer columnSize,
- String nativeType, Boolean nullable, String remarks, boolean
indexed, String quote) {
+ Integer decimalDigits, String nativeType, Boolean
nullable, String remarks, boolean indexed, String quote) {
Review comment:
Fixed!
----------------------------------------------------------------
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]