FWLamb commented on issue #2963:
URL: 
https://github.com/apache/incubator-seatunnel/issues/2963#issuecomment-1264414645

   > ### Search before asking
   > * [x]  I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   > 
   > ### What happened
   > There is a bug here. The timestamp of sqlserver is a version number, which 
is synonymous with rowversion. It is stored as a binary number and can be 
converted to bigint by function, not timestamp type.
   > 
   > 
![image](https://user-images.githubusercontent.com/35491928/193376328-e358f1e2-d822-4155-ad1f-19c5e073b9f3.png)
   > 
   > ### SeaTunnel Version
   > dev
   > 
   > ### SeaTunnel Config
   > ```
   > not need
   > ```
   > 
   > ### Running Command
   > ```shell
   > not need
   > ```
   > 
   > ### Error Exception
   > ```
   > not need
   > ```
   > 
   > ### Flink or Spark Version
   > not need
   > 
   > ### Java or Scala Version
   > not need
   > 
   > ### Screenshots
   > not need
   > 
   > ### Are you willing to submit PR?
   > * [x]  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)
   
   you can use Timestamp.valueOf() to convert it


-- 
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