Jake-00

Results 13 comments of Jake-00

I had met with same error when using openjdk version "11.0.17". After I converted it to Oracle JDK "1.8.0_341", the error doesn't come up.

Hi, there! I'm interested in adding this feature into BitSail, could you assign this issue to me?

Hi @garyli1019 , I had two questions below: 1. Dose local CSV reader better implement _SimpleSourceBase_ interface ranther than _Source_? Coz I found that **fake_connnector** implements _SimpleSourceBase_ interface. 2. CSV...

Hi @garyli1019 Following your analysis, I have decided to implement single parallelism local csv source on standard way first. And it comes two things needing discussion: 1. Referring to [csv-format](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/formats/csv/#csv-format)...

The existing csv format tool really helps, and I create a pr: )