davidzollo opened a new issue, #9197:
URL: https://github.com/apache/seatunnel/issues/9197

   ### Search before asking
   
   - [x] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   When a field of a table on the Source side with the timestamp type is 
synchronized to the Sink side and converted to the string type, the default 
string obtained is a date string with a "T" in the middle. We need to remove 
the "T". Sometimes, data with a "T" is treated as NULL when inserted into 
MaxCompute, which has a relatively significant impact on requirements such as 
sorting.
   
   <img width="811" alt="Image" 
src="https://github.com/user-attachments/assets/9c7e55f2-1d1e-4c76-8db4-846497fdcc37";
 />
   
   ---
   当 source 侧的表某个字段为 timestamp 类型同步到 sink 侧转成 string 类型时,默认得到 string 是中间带 T 
的日期字符串。现在需要去掉 T,带 T 的数据在插入到 maxcompute 里有时候会按照 NULL 来处理,这个对于排序这种需求影响还是挺大的
   
   ### Usage Scenario
   
   <img width="811" alt="Image" 
src="https://github.com/user-attachments/assets/42b48844-7c1f-4b5f-9779-f6ef0f26baed";
 />
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to