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

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

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

   Perhaps this change should not apply to parse(InputStream in) where the 
caller might expect to be able to read content after the schema.




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

    Worklog Id:     (was: 786962)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  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