vesoft-inc / nebula-spark-utils

Spark related libraries and tools
23 stars 31 forks source link

fix buffer overwrite bug #155

Closed Nicole00 closed 2 years ago

Nicole00 commented 2 years ago

When connector read csv file without inferSchema, then the property value's type will be UTF8String, which will be overwrite by next row data in listbuffer. This pr fixes the value's data type.