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

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

                Author: ASF GitHub Bot
            Created on: 01/Jul/22 07:46
            Start Date: 01/Jul/22 07:46
    Worklog Time Spent: 10m 
      Work Description: radai-rosenblatt commented on PR #1748:
URL: https://github.com/apache/avro/pull/1748#issuecomment-1172045228

   i'll add a check for the File method.
   as for the case of a buffer full of whitespace (and presumably content 
beyond that) - I'm ok with missing that validation (as i expect it to be 
extremely uncommon). otherwise i'd need to read till EOF?




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

    Worklog Id:     (was: 786976)
    Time Spent: 1h  (was: 50m)

> avro ignores input after end of avsc json
> -----------------------------------------
>
>                 Key: AVRO-3560
>                 URL: https://issues.apache.org/jira/browse/AVRO-3560
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.11.0
>            Reporter: Radai Rosenblatt
>            Assignee: Radai Rosenblatt
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> try the following unit test:
> {code}
> @Test
> public void littleBobbySchemas() throws Exception {
>     Schema.Parser parser = new Schema.Parser();
>     parser.setValidate(true);
>     parser.setValidateDefaults(true);
>     Schema schema = parser.parse("{\"type\": \"string\"}; DROP TABLE 
> STUDENTS");
>     Assert.assertNotNull(schema);
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to