[
https://issues.apache.org/jira/browse/ASTERIXDB-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914728#comment-17914728
]
ASF subversion and git services commented on ASTERIXDB-3365:
------------------------------------------------------------
Commit 068416ab23933960e4dc1f063302212b0960f16f in asterixdb's branch
refs/heads/master from ayush.tripathi
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=068416ab23 ]
[ASTERIXDB-3365][EXT] Revisiting Avro logical types
- user model changes: yes
- storage format changes: no
- interface changes: yes
Details: Adding optional parameters to parse avro logical types.
- DECIMAL_TO_DOUBLE: Converts decimal values to double. (Default: false)
- UUID_AS_STRING: Converts UUID values to string representation. (Default:
true)
- DATE_AS_INT: Converts date values to integers. (Default: true)
- TIME_AS_LONG: Converts time values to long. (Default: true)
- TIMESTAMP_AS_LONG: Convert timestamp to long (default: true)
Ext-ref: MB-64841,MB-64840
Change-Id: I6ce5d7f7c3deac986abd416583133475d1f86f27
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19306
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Peeyush Gupta <[email protected]>
Tested-by: Peeyush Gupta <[email protected]>
> Revisiting Avro logical types
> -----------------------------
>
> Key: ASTERIXDB-3365
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3365
> Project: Apache AsterixDB
> Issue Type: Improvement
> Reporter: Ayush Tripathi
> Priority: Major
> Labels: triaged
>
> Avro parser does not handle few logical types. Needs to revisit those , eg -
> decimal.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)