apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.79k stars 1.74k forks source link

[Fix][Connector-V2] Fix doris TRANSFER_ENCODING header error #7267

Closed liugddx closed 1 month ago

liugddx commented 1 month ago

Purpose of this pull request

If there is no data for the first time, TRANSFER_ENCODING will be added to the request header. Doris initiates a redirect to be and checks whether there is TRANSFER_ENCODING in the request header. If there is, it will be abnormal, so it needs to be removed.

https://blog.csdn.net/Carson073/article/details/130088439

Does this PR introduce any user-facing change?

How was this patch tested?

Check list