[GitHub] thrift pull request #1377: Revise contributing

2017-09-25 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1377 Revise contributing You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeking3/thrift revise-contributing Alternatively you can review and apply

[jira] [Commented] (THRIFT-4348) Perl HTTP Client custom HTTP headers

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180207#comment-16180207 ] ASF GitHub Bot commented on THRIFT-4348: GitHub user carwynmoore opened a pull request:

[GitHub] thrift pull request #1376: THRIFT-4348 - Allow custom HTTP headers to be set...

2017-09-25 Thread carwynmoore
GitHub user carwynmoore opened a pull request: https://github.com/apache/thrift/pull/1376 THRIFT-4348 - Allow custom HTTP headers to be set in Perl HTTP client. You can merge this pull request into a Git repository by running: $ git pull https://github.com/carwynmoore/thrift

[jira] [Created] (THRIFT-4348) Perl HTTP Client custom HTTP headers

2017-09-25 Thread Carwyn Moore (JIRA)
Carwyn Moore created THRIFT-4348: Summary: Perl HTTP Client custom HTTP headers Key: THRIFT-4348 URL: https://issues.apache.org/jira/browse/THRIFT-4348 Project: Thrift Issue Type: Proposal

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180045#comment-16180045 ] James E. King, III commented on THRIFT-1857: Hi folks, there was an additional PR that

[jira] [Resolved] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-4206. Resolution: Fixed Committed - thanks. > Strings in container fields are not

[jira] [Commented] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179989#comment-16179989 ] ASF GitHub Bot commented on THRIFT-4206: Github user asfgit closed the pull request at:

[GitHub] thrift pull request #1273: THRIFT-4206: Fix decoding of strings in container...

2017-09-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1273 ---

[jira] [Assigned] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-4206: -- Assignee: James E. King, III > Strings in container fields are not decoded

[jira] [Commented] (THRIFT-4207) Accelerated version of TBinaryProtocol allows invalid input to string fields.

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179930#comment-16179930 ] ASF GitHub Bot commented on THRIFT-4207: Github user elprans commented on the issue:

[GitHub] thrift issue #1274: THRIFT-4207: Make sure Python Accelerated protocol does ...

2017-09-25 Thread elprans
Github user elprans commented on the issue: https://github.com/apache/thrift/pull/1274 Rebased. ---

[jira] [Commented] (THRIFT-4206) Strings in container fields are not decoded properly with py:dynamic and py:utf8strings

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179928#comment-16179928 ] ASF GitHub Bot commented on THRIFT-4206: Github user elprans commented on the issue:

[GitHub] thrift issue #1273: THRIFT-4206: Fix decoding of strings in containers with ...

2017-09-25 Thread elprans
Github user elprans commented on the issue: https://github.com/apache/thrift/pull/1273 Rebased. ---

[jira] [Updated] (THRIFT-4345) Create a docker build environment that uses the minimum supported language levels

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4345: --- Description: Following documentation of the supported language versions, we need to

[jira] [Updated] (THRIFT-4345) Create a docker build environment that uses the minimum supported language levels

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4345: --- Description: Following documentation of the supported language versions, we need to

[jira] [Commented] (THRIFT-4346) Allow Zlib transport factory to wrap other transports

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179800#comment-16179800 ] ASF GitHub Bot commented on THRIFT-4346: Github user dcelasun commented on a diff in the pull

[GitHub] thrift pull request #1375: THRIFT-4346: Allow ZlibTransportFactory to wrap o...

2017-09-25 Thread dcelasun
Github user dcelasun commented on a diff in the pull request: https://github.com/apache/thrift/pull/1375#discussion_r140900375 --- Diff: lib/go/thrift/zlib_transport.go --- @@ -39,12 +40,26 @@ type TZlibTransport struct { // GetTransport constructs a new instance of

[jira] [Comment Edited] (THRIFT-4344) Define and maintain the minimum language level for all languages in one place

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179725#comment-16179725 ] James E. King, III edited comment on THRIFT-4344 at 9/25/17 8:30 PM: -

[jira] [Commented] (THRIFT-4346) Allow Zlib transport factory to wrap other transports

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179726#comment-16179726 ] ASF GitHub Bot commented on THRIFT-4346: GitHub user ykhrustalev opened a pull request:

[jira] [Commented] (THRIFT-4344) Define and maintain the minimum language level for all languages in one place

2017-09-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179725#comment-16179725 ] James E. King, III commented on THRIFT-4344: The closest thing we have to this right now

[GitHub] thrift pull request #1375: THRIFT-4346: Allow ZlibTransportFactory to wrap o...

2017-09-25 Thread ykhrustalev
GitHub user ykhrustalev opened a pull request: https://github.com/apache/thrift/pull/1375 THRIFT-4346: Allow ZlibTransportFactory to wrap other factories It is a case for when zlib is used with conjunction to other transport, for example framed transport. You can merge this

[jira] [Created] (THRIFT-4347) running build-thrift error when running tests

2017-09-25 Thread Gideon Korir (JIRA)
Gideon Korir created THRIFT-4347: Summary: running build-thrift error when running tests Key: THRIFT-4347 URL: https://issues.apache.org/jira/browse/THRIFT-4347 Project: Thrift Issue Type:

[jira] [Created] (THRIFT-4346) Allow Zlib transport factory to wrap other transports

2017-09-25 Thread Yuri Khrustalev (JIRA)
Yuri Khrustalev created THRIFT-4346: --- Summary: Allow Zlib transport factory to wrap other transports Key: THRIFT-4346 URL: https://issues.apache.org/jira/browse/THRIFT-4346 Project: Thrift

[jira] [Commented] (THRIFT-4050) Skip() should throw TProtocolException.INVALID_DATA on unknown data types

2017-09-25 Thread Gonzalo Aguilar (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178683#comment-16178683 ] Gonzalo Aguilar commented on THRIFT-4050: - I don't know about this issue, can't see anything

[jira] [Commented] (THRIFT-4050) Skip() should throw TProtocolException.INVALID_DATA on unknown data types

2017-09-25 Thread Gonzalo Aguilar (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178682#comment-16178682 ] Gonzalo Aguilar commented on THRIFT-4050: - I don't know about this issue, can't see anything