You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2022/08/25 18:34:19 UTC

[GitHub] [avro] yurybubnov opened a new pull request, #1838: AVRO-3602 Support Map and Set in ReflectDatumReader avro 1.11

yurybubnov opened a new pull request, #1838:
URL: https://github.com/apache/avro/pull/1838

   Support Map(with non-String keys) and Set in ReflectDatumReader.
   Backport of merged [MR](https://github.com/apache/avro/pull/1818) to 1.11 branch
   
   Jira
   My PR addresses the following [AVRO-3602](https://issues.apache.org/jira/browse/AVRO-3602) issues
   
   Tests
   My PR adds the following unit tests:
   TestReflectDatumReader.testRead_PojoWithSet
   TestReflectDatumReader.testRead_PojoWithMap


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g closed pull request #1838: AVRO-3602 Support Map and Set in ReflectDatumReader. Backport to Avro 1.11

Posted by GitBox <gi...@apache.org>.
martin-g closed pull request #1838: AVRO-3602 Support Map and Set in ReflectDatumReader. Backport to Avro 1.11
URL: https://github.com/apache/avro/pull/1838


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g commented on pull request #1838: AVRO-3602 Support Map and Set in ReflectDatumReader. Backport to Avro 1.11

Posted by GitBox <gi...@apache.org>.
martin-g commented on PR #1838:
URL: https://github.com/apache/avro/pull/1838#issuecomment-1228335937

   The commit from master has been cherry-picked to `branch-1.11` - https://github.com/apache/avro/commit/7049217f970b369afcd45b4174c1f088b01d4793
   Closing this PR.


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] yurybubnov commented on pull request #1838: AVRO-3602 Support Map and Set in ReflectDatumReader. Backport to Avro 1.11

Posted by GitBox <gi...@apache.org>.
yurybubnov commented on PR #1838:
URL: https://github.com/apache/avro/pull/1838#issuecomment-1228693563

   I didn't know what was the proper procedure. 
   Thank you for handling this.


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org