arjansh commented on a change in pull request #240: METAMODEL-1225 Add ColumnTypingStrategies and use them in CSV module. URL: https://github.com/apache/metamodel/pull/240#discussion_r408837894
########## File path: csv/src/main/java/org/apache/metamodel/csv/CsvDataContextFactory.java ########## @@ -22,8 +22,11 @@ import org.apache.metamodel.factory.AbstractDataContextFactory; import org.apache.metamodel.factory.DataContextProperties; import org.apache.metamodel.factory.ResourceFactoryRegistry; +import org.apache.metamodel.schema.ColumnType; Review comment: The import org.apache.metamodel.schema.ColumnType is never used. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services