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

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

                Author: ASF GitHub Bot
            Created on: 17/Feb/22 13:50
            Start Date: 17/Feb/22 13:50
    Worklog Time Spent: 10m 
      Work Description: radai-rosenblatt commented on pull request #1550:
URL: https://github.com/apache/avro/pull/1550#issuecomment-1042969644


   unit test added. I think this is ready for merge?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 728940)
    Time Spent: 40m  (was: 0.5h)

> avro allows creating Schema.FIelds with a null schema
> -----------------------------------------------------
>
>                 Key: AVRO-3382
>                 URL: https://issues.apache.org/jira/browse/AVRO-3382
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.11.0
>            Reporter: radai rosenblatt
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> either directly, or like so:
> {code:java}
> Schema badSchema = SchemaBuilder.builder("com.acme").record("BadRecord")
>   .fields().name("hasNoSchema").type((Schema) null).noDefault()
>   .endRecord(); {code}



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

Reply via email to