[
https://issues.apache.org/jira/browse/AVRO-3560?focusedWorklogId=799917&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-799917
]
ASF GitHub Bot logged work on AVRO-3560:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Aug/22 08:14
Start Date: 11/Aug/22 08:14
Worklog Time Spent: 10m
Work Description: RyanSkraba commented on PR #1748:
URL: https://github.com/apache/avro/pull/1748#issuecomment-1211680092
Hello! We released 1.11.1 the other day. It was kind of in a crunch, and I
wasn't looking at any of the non-1.11.1 tagged issues :/ My apologies for not
getting to this earlier
Issue Time Tracking
-------------------
Worklog Id: (was: 799917)
Time Spent: 1h 50m (was: 1h 40m)
> 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
> Fix For: 1.12.0, 1.11.2
>
> Time Spent: 1h 50m
> 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)