gj-zhang

Results 8 comments of gj-zhang

> Not support yet Do you plan to support when?

``` java.nio.BufferOverflowException at java.nio.Buffer.nextPutIndex(Buffer.java:521) at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:169) at com.github.housepower.buffer.ByteArrayWriter.writeBinary(ByteArrayWriter.java:37) at com.github.housepower.serde.BinarySerializer.writeVarInt(BinarySerializer.java:49) at com.github.housepower.serde.BinarySerializer.writeBytesBinary(BinarySerializer.java:107) at com.github.housepower.serde.BinarySerializer.writeStringBinary(BinarySerializer.java:103) at com.github.housepower.data.type.complex.DataTypeString.serializeBinary(DataTypeString.java:77) at com.github.housepower.data.Column.write(Column.java:31) at com.github.housepower.data.Block.appendRow(Block.java:92) at com.github.housepower.statement.ClickHousePreparedInsertStatement.addParameters(ClickHousePreparedInsertStatement.java:162) at com.github.housepower.statement.ClickHousePreparedInsertStatement.addBatch(ClickHousePreparedInsertStatement.java:95) ```

> are you sure using v2.5.6 yes > The stackstrace and line do not match the codebase. I changed the package name and wrapped the custom stuff around it. But...

@link3280 if the source mongo table is empty. the flink program not exit.

have you resolved this issue? I'm facing the same problem.