-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve type mapping documentation for Kafka connector #14646
Conversation
3bee46d
to
883ec52
Compare
@@ -1164,7 +1174,7 @@ For ``TIMESTAMP WITH TIME ZONE`` and ``TIME WITH TIME ZONE`` data types, if time | |||
be used as Trino value. Otherwise result time zone will be set to ``UTC``. | |||
|
|||
``avro`` decoder | |||
^^^^^^^^^^^^^^^^ | |||
"""""""""""""""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ebyhr thank you for your review
883ec52
to
36b3aac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM % any further comments from Yuya
Merged, thanks! |
Description
Add a type mapping section. Relo SQL Support to bottom of topic for consistency.
Original PR that I had to close: #14147