-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
Features & Improvements
- Reconstruct Loader writing and Support writing in copy mode [refactor](load) Refactor the loader to expand the way data is written #187 [refactor](load) Support loader with copy into #190
- Write to support https [feature] support fe https request #189
- Support reading varint ipv4 ipv6 and other types [feature]support read ipv4/ipv6 data type #199 [feature] support variant type #197
- Support doris2.1 date/datetime reading format [improvement] Compatible with arrow serialization type modifications for date/datetime #193
Bug
- Fix the problem of error reporting when column name is keyword when writing [fix] stream load's colunms can use keyword with sparksql #186
- Fix the problem of data duplication caused by repartition [Bug] Fix data duplication caused by repartition #191
- Fix the problem of data duplication during retry
Behavior Change
- Some default values of Reader have been modified [improvement] change config default value for read optimization #196