[GitHub] avro pull request #260: AVRO-2109: Reset buffers in case of IOException

2017-12-05 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/260

AVRO-2109: Reset buffers in case of IOException



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-2109

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/260.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #260


commit 6e3bc919c701a5b8ef01eb1363ffe0229ad8847c
Author: Gabor Szadovszky <ga...@apache.org>
Date:   2017-12-05T18:37:11Z

AVRO-2109: Reset buffers in case of IOException




---


[GitHub] avro pull request #238: AVRO-2059: Remove support of Hadoop 1

2017-08-01 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/238

AVRO-2059: Remove support of Hadoop 1

Removed hadoop1 and hadoop2 profiles
Removed hadoop version classifier
The only hadoop version is 2.7.3

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-2059

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/238.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #238


commit 717d28958df66d91b85a4d4d11ebbee2ce0d62ed
Author: Gabor Szadovszky <ga...@apache.org>
Date:   2017-08-01T07:22:14Z

AVRO-2059: Remove support of Hadoop 1




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #232: AVRO-2043: Move to java8

2017-06-16 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/232

AVRO-2043: Move to java8



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-2043

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/232.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #232


commit 475b83ab9e16de0d462b716e6eefbe4d20eda321
Author: Gabor Szadovszky <ga...@apache.org>
Date:   2017-06-16T09:01:09Z

AVRO-2043: Move to java8




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #172: AVRO-1970: Flaky test: TestInputBytes

2017-01-10 Thread gszadovszky
Github user gszadovszky closed the pull request at:

https://github.com/apache/avro/pull/172


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #181: AVRO-1975: Upgrade java dependencies

2017-01-02 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/181

AVRO-1975: Upgrade java dependencies

`mvn clean install` executed successfully.
Could you help me what other tests shall I execute to ensure everything is 
fine?

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1975

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/181.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #181


commit 6671bf5c2e6c0f1b806c9a1eb130855521dabe13
Author: Gabor Szadovszky <gabor.szadovszky@budapests-macbook-pro-8.local>
Date:   2017-01-02T11:06:09Z

AVRO-1975: Upgrade java dependencies




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #177: Unreleased resource fixes

2016-12-29 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/177

Unreleased resource fixes

Fixes for some unreleased resource issues found by static code analyzer 
tool.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro fortify-fixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/177.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #177


commit 37cc1585d45ffc5f9dfae05d18518f4e70812292
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-12-29T11:27:38Z

Unreleased resource fixes




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #172: AVRO-1970: Flaky test: TestInputBytes

2016-12-19 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/172

AVRO-1970: Flaky test: TestInputBytes

Root cause of flaky test (probability: 1/1000):
if `length` is`0` at _line 36_ then `random.nextInt(length)` will fail with 
exception at _line 43_.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1970

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/172.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #172


commit 422e9c25377f5ef1f032e1dc8116c1c789f23222
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-12-19T08:43:33Z

AVRO-1970: Flaky test: TestInputBytes




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #130: AVRO-1907 - Add logging to logical type handling in ...

2016-11-06 Thread gszadovszky
Github user gszadovszky closed the pull request at:

https://github.com/apache/avro/pull/130


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #150: AVRO-1947 - Inconsistent maven profile activation

2016-11-04 Thread gszadovszky
Github user gszadovszky closed the pull request at:

https://github.com/apache/avro/pull/150


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #150: AVRO-1947 - Inconsistent maven profile activation

2016-11-03 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/150

AVRO-1947 - Inconsistent maven profile activation

Made the build backward compatible to be able to use -Dhadoop.version=2.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1947

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/150.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #150


commit 796e563b52723bee4ba783f45988f002260ae83a
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-11-03T16:45:07Z

AVRO-1947 - Inconsistent maven profile activation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #148: AVRO-1943 - Flaky test: TestNettyServerWithCompressi...

2016-11-02 Thread gszadovszky
Github user gszadovszky closed the pull request at:

https://github.com/apache/avro/pull/148


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #148: AVRO-1943 - Flaky test: TestNettyServerWithCompressi...

2016-10-26 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/148

AVRO-1943 - Flaky test: TestNettyServerWithCompression.testConnection…

- Added retry loop for checking the active connections.
- Changed the deprecated Assert import to the proper one.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1943

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/148.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #148


commit 74c4b6a91adf4bf770742871740ccad80b54d4e7
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-10-26T12:42:39Z

AVRO-1943 - Flaky test: TestNettyServerWithCompression.testConnectionsCount




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #138: AVRO-1860 - DefaultValue() returns Ints for Long fie...

2016-10-10 Thread gszadovszky
Github user gszadovszky closed the pull request at:

https://github.com/apache/avro/pull/138


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #138: AVRO-1860 - DefaultValue() returns Ints for Long fie...

2016-10-03 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/138

AVRO-1860 - DefaultValue() returns Ints for Long fields

Added conversions to the proper JsonNode implementation to support 
returning the proper object type (e.g. Long from a LongNode in case of the 
schema has Long type).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1860

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/138.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #138


commit de6068ba0ae2eca75ab9275781e22c79a64e5761
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-10-03T11:03:55Z

AVRO-1860 - DefaultValue() returns Ints for Long fields




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #135: Avro 1605

2016-09-29 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/135

Avro 1605

Tightened the visibility level of all public methods which leaks Jackson 
classes (private or package private). In case of the related method was 
accessed from outside the package the corresponding public static method of the 
class {{org.apache.avro.util.internal.Accessor}} is used.
Sorry for the big patch but it was easier to develop the whole at once.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1605

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/135.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #135


commit 12533657f9bc73c73b1009ed2d9dd39ca2401a20
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-26T14:25:19Z

AVRO-1605 - Remove Jackson classes from public API (INCOMPLETE)

commit 378fcc5aa6be560c301e23b73f919bc0eb98dd05
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-28T09:11:40Z

AVRO-1605 - Remove Jackson classes from public API (INCOMPLETE#2)

commit 5fb5a5c14fadc03f44879f029114c4705749dfad
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-28T14:54:44Z

AVRO-1605 - Remove Jackson classes from public API (INCOMPLETE#3)

commit 4e4c5ec63b3b0cf203e3af21c1cbc7a51d63c9f4
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-28T15:08:15Z

AVRO-1605 - Remove Jackson classes from public API (INCOMPLETE#4)

commit dc2ca7ee9f881901aaf23d9221cc2d6413b43dc4
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-29T12:31:40Z

AVRO-1605 - Remove Jackson classes from public API




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #130: AVRO-1907 - Add logging to logical type handling in ...

2016-09-26 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/130

AVRO-1907 - Add logging to logical type handling in java library

Didn't find other parts related to logical type handling where we would 
swallow an exception and therefore, some logging is required. 
Please, review and comment any idea if I should look into something more 
deeply.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1907

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/130.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #130


commit 8810a93e00880396c7251e38defe97e3d41ba6f8
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-26T11:44:25Z

AVRO-1907 - Add logging to logical type handling in java library




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] avro pull request #129: AVRO-1918 - Improve logical type documentation

2016-09-26 Thread gszadovszky
GitHub user gszadovszky opened a pull request:

https://github.com/apache/avro/pull/129

AVRO-1918 - Improve logical type documentation

Tried to understand the related change (AVRO-1684) and do the docs update. 
Please, review and comment if it is correct and enough.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gszadovszky/avro AVRO-1918

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/129.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #129


commit 84a71cfa721bfefd2edf08d5d278e4b8095d18f4
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-09-26T07:59:24Z

AVRO-1918 - Improve logical type documentation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---