-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Fix][Seatunnel-api]support timestamp type #7126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
In fact, SeaTunnel doesn't support Line 45 in adafd80
cc @TyrantLucifer |
@Hisoka-X Seems the seatunnel/seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SeaTunnelRow.java Line 157 in 8a48cee
Timestamp type? Could you please explain why it's not supported?
|
@hailin0 PTAL |
@liugddx PTAL |
@Hisoka-X In what scenarios will java.sql.Timestamp,I think it maybe connector has some problems. Under normal circumstances, it should be LocalDateTime. |
Yep, you talk the point. After #7355, we removed |
@litiliu Please rebase on dev and check we still have same problem or not. |
Purpose of this pull request
This close #7125
Does this PR introduce any user-facing change?
How was this patch tested?
add UT case
Check list
New License Guide
release-note
.