[jira] [Resolved] (AVRO-2662) Report code coverage during testing

2019-12-23 Thread Michael A. Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael A. Smith resolved AVRO-2662.

Resolution: Fixed

> Report code coverage during testing
> ---
>
> Key: AVRO-2662
> URL: https://issues.apache.org/jira/browse/AVRO-2662
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> I want to add code coverage reporting during testing. For now we can output 
> the coverage results to the terminal. Related: INFRA-19615



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (AVRO-2663) Projection on nested records does not work

2019-12-23 Thread Fokko Driesprong (Jira)
Fokko Driesprong created AVRO-2663:
--

 Summary: Projection on nested records does not work
 Key: AVRO-2663
 URL: https://issues.apache.org/jira/browse/AVRO-2663
 Project: Apache Avro
  Issue Type: Bug
  Components: java
Affects Versions: 1.9.1
Reporter: Fokko Driesprong
Assignee: Fokko Driesprong
 Fix For: 1.9.2


I've found out that when reading nested records, with a different read and 
write schema gives errors. The field that isn't in the read schema, is still 
read from the file, and therefore new fields potentially contain invalid data 
because it shares the position in the values array.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)