This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch connector_repo
in repository 
https://gitbox.apache.org/repos/asf/incubator-doris-connectors.git.


      at 415e06c  [fix](httpv2) make http v2 and v1 interface compatible (#7848)

This branch includes the following new commits:

     new 0ba8480  Add spark-doris-connector extension (#2228)
     new 9b8814e  Fix document bugs in spark-doris-connector (#2275)
     new e84de6c  Fix bug when spark on doris run long time   (#2485)
     new 76cfd63  Fix npe in spark-doris-connector when query is complex (#2503)
     new 7a08a69  Spark return error to users when spark on doris query failed 
(#2531)
     new 93d9915  Convert from arrow to rowbatch (#2723)
     new f269c0d  Update arrow's version to 0.15.1 and shaded it in 
spark-doris-connector (#2769)
     new be64b4c  Support param exec_mem_limit for spark-doris-connctor (#2775)
     new 7aa8a43  Remove unused KUDU codes (#3175)
     new ca4b4f4  [Spark] Support convert  Arrow data to RowBatch 
asynchronously in Spark-Doris-Connector (#3186)
     new 2dc2abd  [License] Add License to codes (#3272)
     new e4ba6ad  [Spark on Doris] Shade and provide the thrift lib in 
spark-doris-connector (#3631)
     new 149efd6  [Extension] Logstash Doris output plugin (#3800)
     new 7ff31ea  [Spark on Doris] fix the encode of varchar when 
convertArrowToRowBatch (#5202)
     new 49cab72  [Bug] Spark doris connector http v2 authentication fails, and 
HTTP v2 interface returns json nesting problem (#5366)
     new 710f743  Fix file licences (#5414)
     new 117ffca  [Spark-Doris-Connector][Bug-Fix] Resolve deserialize 
exception when Spark Doris Connector in aync deserialize mode (#5336)
     new e4f261a  [Feature] Flink Doris Connector (#5372) (#5375)
     new 7b56e79  [Bug] Modify spark, flink doris connector to send request to 
FE, fix the problem of POST method, it should be the same as the method when 
sending the request (#5788)
     new 4080b5f  [Log] Fix a mistake in DorisDynamicOutputFormat.java (#5963)
     new 1f7b4dd  [FlinkConnector] Support time interval for flink connector 
(#5934)
     new b942809  [Extension] Add DataX doriswriter extension directory (#6111)
     new b3bc5e0  [Feature][DataX] Implementation Datax doriswriter plugin 
(#6107)
     new 76ea26d  [Bug][Flink] Fix when data null , flink-connector throw 
NullPointerException (#6165)
     new ad9d732  [DataX] Refactor doriswriter (#6188)
     new dbbdb15  [Feature]:Flink-connector supports streamload parameters 
(#6243)
     new 33dd6ce  [DataX] doriswriter support csv (#6373)
     new c14b130  [Doc] Add document for datax and sample codes (#6389)
     new b1f4690  [Feature] Support spark connector sink data to Doris (#6256)
     new 5e86488  [Doc] flink/spark connector: add sources/javadoc plugins 
(#6435)
     new b225539  [Improve]The connector supports spark 3.0, flink 1.13 (#6449)
     new b9b671f  [FlinkConnector] Make flink datastream source parameterized 
(#6473)
     new 3683249  Spark 2.x and 3.x version compilation instructions (#6503)
     new 9aafd65  [Flink] Fix bug of flink doris connector (#6655)
     new 287919c  [Fix] Flink connector support json import and use httpclient 
to streamlaod (#6740)
     new 5ddbb1a  [Feature] support spark connector sink stream data to doris 
(#6761)
     new acbae4b  [Feature] support spark connector sink data using sql (#6796)
     new 9e87eee  [Dependency] Upgrade thirdparty libs (#6766)
     new 69ef8ba  [Flink][Bug] Fix potential NPE when cancel 
DorisSourceFunction (#6838)
     new 8b70da9  [Flink]Simplify the use of flink connector  (#6892)
     new 4cf644d  support use char like \x01 in flink-doris-sink column & line 
delimiter (#6937)
     new 06fd7d1  Fix spark connector build error (#6948)
     new 3ab664c  [Optimize] Spark connector supports multiple spark 
versions:2.1.x/2.3.x/2.4.x/3.x (#6956)
     new 24c48e8  [Feature] Spark connector supports to specify fields to write 
(#6973)
     new f06d6ae  [Revert] Revert RestService.java (#6994)
     new 950f6dd  [HTTP][API] Add backends info API for spark/flink connector 
(#6984)
     new 222906a  [Build]Compile and output the jar file, add Spark, Flink 
version and Scala version (#7051)
     new 109411e  [Compile] Fix spark-connector compile problem (#7048)
     new 56c6502  [SparkConnector] Add thrift dir for spark connector (#7074)
     new fa5962e  [Feature] Support Flink and Spark connector support String 
type (#7075)
     new 2e2b7df  [License] Add License header for missing files (#7130)
     new c37837e  [Improvement](spark-connector) Add 'sink.batch.size' and 
'sink.max-retries' options in spark-connector (#7281)
     new 4bc891b  [chore][community](github) Remove travis and add github 
action (#7380)
     new ec99ec6  [improvement](flink-connector) DataSourceFunction read doris 
supports parallel (#7232)
     new 175a1ab  [fix](flink-connector) Connector should visit the surviving 
BE nodes (#7435)
     new 46baa7c  [improvement](flink-connector) flush data without multi 
httpclients (#7329) (#7450)
     new 9920674  [improvement](spark-connector)(flink-connector) Modify the 
max num of batch written by Spark/Flink connector each time. (#7485)
     new f49bff9  [refactor] Standardize the writing of pom files, prepare for 
deployment to maven (#7477)
     new 161a549  [refactor] update parent pom  version and optimize build 
scripts (#7548)
     new 75cbb0a  [chore][docs] add deploy spark/flink connectors to maven 
release repo docs (#7616)
     new 3d3f6f5  [Optimize][Extension] optimize extension datax 
doriswriter,Remove import doris via csv in Dataxwriter, only support via json 
(#7568)
     new cc99c7b  [improvement](spark-connector) Stream load http exception 
handling (#7514)
     new 7442f8c  [refactor](spark-connector) delete useless maven dependencies 
and some code variable definition issues (#7655)
     new 8e03daa  [improvement](spark-connector) Throw an exception when the 
data push fails and there are too many retries (#7531)
     new ae16e2f  Flink / Spark connector compilation problem (#7725)
     new 5f85cb6  [Feature][flink-connector] support flink  delete option 
(#7457)
     new af21ca2  [chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog 
plugin error (#7804)
     new 415e06c  [fix](httpv2) make http v2 and v1 interface compatible (#7848)

The 68 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to