You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/05 11:16:00 UTC

[jira] [Work logged] (AVRO-3197) Rust: Disable logical type on failure

     [ https://issues.apache.org/jira/browse/AVRO-3197?focusedWorklogId=703876&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-703876 ]

ASF GitHub Bot logged work on AVRO-3197:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Jan/22 11:15
            Start Date: 05/Jan/22 11:15
    Worklog Time Spent: 10m 
      Work Description: martin-g merged pull request #1340:
URL: https://github.com/apache/avro/pull/1340


   


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 703876)
    Time Spent: 1h 20m  (was: 1h 10m)

> Rust: Disable logical type on failure
> -------------------------------------
>
>                 Key: AVRO-3197
>                 URL: https://issues.apache.org/jira/browse/AVRO-3197
>             Project: Apache Avro
>          Issue Type: Wish
>            Reporter: Guðjón
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>         Attachments: weather.avro, weather2.avro
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> I have a file containing avro records along with a schema. The schema contains a field that unfortunately has the type `String` but logical type `timestamp-millis`. The Java implementation of the avro spec doesn't complain and simply treats this field as a string, but the rust implementation will return an error since the string type doesn't match with the logical type of timestamp (long). 
> I wonder if there could be a possibility to optionally disregard the logical type if this failure is encountered.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)