[jira] [Commented] (AVRO-2406) Remove manual updating of the VERSION.txt

2019-05-29 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851160#comment-16851160 ] Doug Cutting commented on AVRO-2406: FYI, the original intent was for this file to be the

[jira] [Created] (AVRO-2411) RecordSchema with logicalType field is not JSON serializable

2019-05-29 Thread Jonathan (JIRA)
Jonathan created AVRO-2411: -- Summary: RecordSchema with logicalType field is not JSON serializable Key: AVRO-2411 URL: https://issues.apache.org/jira/browse/AVRO-2411 Project: Apache Avro Issue

Re: Automate python formatting

2019-05-29 Thread Michael A. Smith
Black only runs in python 3.6 and up. We can use it to format and check 2.7 and 3.5, but it will not run in our existing openjdk based docker image without significant modifications. That and the fact that we are primarily interested in checking, not changing, are why I think pycodestyle is the

[jira] [Commented] (AVRO-488) Invalid HTTP Content-Type

2019-05-29 Thread Omer van Kloeten (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850646#comment-16850646 ] Omer van Kloeten commented on AVRO-488: --- Bumping this ticket. Current [de-facto

Re: Automate python formatting

2019-05-29 Thread Ismaël Mejía
+1 to what Fokko said, Black looks like the right tool. I did a quick check and the python 3 codebase looks healthy for Black however there will be some work to do in the python 2 one. On Wed, May 29, 2019 at 9:04 AM Driesprong, Fokko wrote: > > Why change to pycodestyle? We can still use black

[jira] [Commented] (AVRO-2400) Avro 1.9.0 can't resolve schemas that can be resolved in 1.8.2

2019-05-29 Thread Raman Gupta (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850568#comment-16850568 ] Raman Gupta commented on AVRO-2400: --- Having just encountered a situation in which I wanted to refactor

Re: Automate python formatting

2019-05-29 Thread Driesprong, Fokko
Why change to pycodestyle? We can still use black for this, right? The command: black --check --diff . will throw a non-zero exit code when there is something to format. Cheers, Fokko Op wo 29 mei 2019 om 04:04 schreef Michael A. Smith : > If all we want is the diff/exit code, then we should

[jira] [Commented] (AVRO-2396) Huge performance regression on SpecificDatumReader for array reading

2019-05-29 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850558#comment-16850558 ] Fokko Driesprong commented on AVRO-2396: [~blachniet] Can you shed some light on this? > Huge

[jira] [Updated] (AVRO-2392) Logical type time-micros and timestamp-micros generate as long types.

2019-05-29 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AVRO-2392: --- Fix Version/s: (was: 1.10.0) (was: 1.8.3) 1.9.1

[jira] [Commented] (AVRO-2400) Avro 1.9.0 can't resolve schemas that can be resolved in 1.8.2

2019-05-29 Thread Raymie Stata (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850557#comment-16850557 ] Raymie Stata commented on AVRO-2400: I don't have a horse in this race, other than getting the