Re: supporting a "unit" field for avro schema

2019-07-16 Thread Erik Erlandson
Hi Ryan, Those are all great questions. They're all issues I have ideas about but I'd want Avro community input for as well. For that reason I answered them all on AVRO-2474 Cheers! E On Tue, Jul 16, 2019 at 3:13 AM Ryan Skraba wrote: > Hello! I

[jira] [Commented] (AVRO-2474) Support a "unit" property of schema fields

2019-07-16 Thread Erik Erlandson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886436#comment-16886436 ] Erik Erlandson commented on AVRO-2474: -- Questions & comments from copied from Ryan Sk

[jira] [Commented] (AVRO-2469) Add data interop test to the Python3 bindings

2019-07-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886195#comment-16886195 ] Hudson commented on AVRO-2469: -- SUCCESS: Integrated in Jenkins build AvroJava #701 (See [htt

Re: [jira] [Created] (AVRO-2473) C#: Fix documentation warnings

2019-07-16 Thread Patrick Farry
Happy to review. I checked the changes into the current master. I’m not sure how to rebase (trying to get up to speed on GitHub) but it had the effect of squashing the changes which is probably a good thing. I created a new PR. Github is claiming it is mergeable so I’m hoping it is good to go.

[jira] [Updated] (AVRO-2469) Add data interop test to the Python3 bindings

2019-07-16 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AVRO-2469: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Add data interop test to

[jira] [Commented] (AVRO-2469) Add data interop test to the Python3 bindings

2019-07-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886124#comment-16886124 ] ASF subversion and git services commented on AVRO-2469: --- Commit fcb4

[jira] [Commented] (AVRO-2469) Add data interop test to the Python3 bindings

2019-07-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886123#comment-16886123 ] ASF subversion and git services commented on AVRO-2469: --- Commit fcb4

Re: supporting a "unit" field for avro schema

2019-07-16 Thread Ryan Skraba
Hello! I've been thinking about this and I generally like the idea of stronger types with units :D I have some questions about what you are thinking of when you say "first class concept" in Avro: - Would you expect a writer schema that wrote a Fahrenheit field and a reader schema that reads Celsi

Re: Should a Schema be serializable in Java?

2019-07-16 Thread Ryan Skraba
Hello! Thanks to the reference to AVRO-1852. It's exactly what I was looking for. I agree that Java serialization shouldn't be used for anything cross-platform, or (in my opinion) used for any *data* persistence at all. Especially not for an Avro container file or sending binary data through a me

Re: Should a Schema be serializable in Java?

2019-07-16 Thread Ismaël Mejía
This is a good idea even if it may have some issues that we should probably document and warn users about: 1. Java based serialization is really practical for JVM based systems, but we should probably add a warning or documentation because Java serialization is not deterministic between JVMs so th