-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Pulsar SQL support for Decimal data type #15153
Pulsar SQL support for Decimal data type #15153
Conversation
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
@mattisonchao @codelipenghui @gaoran10 @Technoboy- PTAL, Thanks. |
/pulsarbot run-failure-checks |
1 similar comment
/pulsarbot run-failure-checks |
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.
@shibd I noticed we have a test for BigDecimal https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/schema/Schemas.java#L99, could you please help check why the test works?
@codelipenghui Hi, This test is test pulsar schema. It has nothing to do with pulsar SQL. |
Oh, I see. Thanks for the clarification. |
...-pulsar/src/main/java/org/apache/pulsar/sql/presto/decoder/avro/PulsarAvroColumnDecoder.java
Show resolved
Hide resolved
...l/presto-pulsar/src/test/java/org/apache/pulsar/sql/presto/decoder/avro/TestAvroDecoder.java
Show resolved
Hide resolved
(cherry picked from commit 6b004ed)
(cherry picked from commit 6b004ed)
(cherry picked from commit 6b004ed)
Motivation
Current Pulsar SQL does not support the Decimal data type, Trino does specify the Decimal as one of the supported data types. Avro also has specifications to support it.
Modifications
Documentation
Need to update docs?
no-need-doc