bitsail
bitsail copied to clipboard
mvn clean package got compilation failure
Got the master branch, and run
mvn clean package -D maven.test.skip=true
but got following compilation failure:
/bitsail/bitsail-connectors/bitsail-connectors-legacy/bitsail-connector-ftp/src/main/java/com/bytedance/bitsail/connector/legacy/ftp/source/FtpInputFormat.java:[75,91] incompatible types: java.lang.String cann ot be converted to com.bytedance.bitsail.common.type.TypeInfoConverter
The code snippet in line 75:

@jliao07 Can you fix this one.
@Fnck Hi we already fix this one and merge it to master branch.