[jira] [Commented] (THRIFT-4039) Update of Apache Thrift .Net Core lib

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931534#comment-15931534 ] ASF GitHub Bot commented on THRIFT-4039: Github user vgotra commented on the issu

[GitHub] thrift issue #1163: THRIFT-4039: Update of Apache Thrift .Net Core lib

2017-03-18 Thread vgotra
Github user vgotra commented on the issue: https://github.com/apache/thrift/pull/1163 Hi @Jens-G It seems that we have first less-more stable version of .Net Core SDK/CLI and .NET Core runtime. Also it is possible to create and run unit and integration tests with .Net Core

[jira] [Comment Edited] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931531#comment-15931531 ] Aki Sukegawa edited comment on THRIFT-4026 at 3/19/17 2:19 AM:

[jira] [Comment Edited] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931531#comment-15931531 ] Aki Sukegawa edited comment on THRIFT-4026 at 3/19/17 2:12 AM:

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Jim Apple (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931533#comment-15931533 ] Jim Apple commented on THRIFT-4026: --- [~nsuke] Yes. > TSSLSocket doesn't work with Pyth

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931531#comment-15931531 ] Aki Sukegawa commented on THRIFT-4026: -- [~jbapple] In our CI job #8, we're running m

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931530#comment-15931530 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented o

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
Github user jbapple-cloudera commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106796226 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c --- @@ -120,7 +120,11 @@ thrift_bitwise_cast_gdouble (const guint64 v)

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931529#comment-15931529 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented o

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
Github user jbapple-cloudera commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106796208 --- Diff: compiler/cpp/src/thrift/parse/t_field.h --- @@ -68,7 +68,7 @@ class t_field : public t_doc { int32_t get_key() const { return

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
Github user jbapple-cloudera commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106796209 --- Diff: lib/cpp/src/thrift/protocol/TCompactProtocol.tcc --- @@ -387,7 +389,11 @@ uint32_t TCompactProtocolT::writeVarint64(uint64_t n) { *

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931528#comment-15931528 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented o

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Jim Apple (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931525#comment-15931525 ] Jim Apple commented on THRIFT-4026: --- [~nsuke], I am running {{make check}}. I already h

[jira] [Comment Edited] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931518#comment-15931518 ] Aki Sukegawa edited comment on THRIFT-4026 at 3/19/17 1:29 AM:

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931518#comment-15931518 ] Aki Sukegawa commented on THRIFT-4026: -- [~jbapple] are you verifying client certific

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931515#comment-15931515 ] ASF GitHub Bot commented on THRIFT-2026: Github user nsuke commented on a diff in

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread nsuke
Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106795259 --- Diff: lib/cpp/src/thrift/protocol/TCompactProtocol.tcc --- @@ -387,7 +389,11 @@ uint32_t TCompactProtocolT::writeVarint64(uint64_t n) { */ temp

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931502#comment-15931502 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented o

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
Github user jbapple-cloudera commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106794729 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c --- @@ -120,7 +120,11 @@ thrift_bitwise_cast_gdouble (const guint64 v)

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931498#comment-15931498 ] ASF GitHub Bot commented on THRIFT-2026: Github user jeking3 commented on a diff

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106794619 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c --- @@ -120,7 +120,11 @@ thrift_bitwise_cast_gdouble (const guint64 v) static

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931483#comment-15931483 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented o

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
Github user jbapple-cloudera commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106794199 --- Diff: compiler/cpp/src/thrift/parse/t_field.h --- @@ -68,7 +68,7 @@ class t_field : public t_doc { int32_t get_key() const { return

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
Github user jbapple-cloudera commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106794187 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c --- @@ -120,7 +120,11 @@ thrift_bitwise_cast_gdouble (const guint64 v)

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931482#comment-15931482 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented o

[jira] [Reopened] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reopened THRIFT-4026: > TSSLSocket doesn't work with Python < 2.7.9 > ---

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931464#comment-15931464 ] James E. King, III commented on THRIFT-4026: I'll reopen this for now, someon

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931461#comment-15931461 ] ASF GitHub Bot commented on THRIFT-2026: Github user jeking3 commented on a diff

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931460#comment-15931460 ] ASF GitHub Bot commented on THRIFT-2026: Github user jeking3 commented on a diff

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106793777 --- Diff: compiler/cpp/src/thrift/parse/t_field.h --- @@ -68,7 +68,7 @@ class t_field : public t_doc { int32_t get_key() const { return key_; }

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1214#discussion_r106793785 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c --- @@ -120,7 +120,11 @@ thrift_bitwise_cast_gdouble (const guint64 v) static

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931388#comment-15931388 ] ASF GitHub Bot commented on THRIFT-2026: GitHub user jbapple-cloudera opened a pu

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-18 Thread jbapple-cloudera
GitHub user jbapple-cloudera opened a pull request: https://github.com/apache/thrift/pull/1214 THRIFT-2026: Eliminate some undefined behavior in C/C++ Clients: glib, C++ Patch: Jim Apple These examples of undefined behavior were found using Clang's UndefinedBehavior

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Jim Apple (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931383#comment-15931383 ] Jim Apple commented on THRIFT-4026: --- [~jensg], would you also be willing to Reopen this

[jira] [Commented] (THRIFT-4026) TSSLSocket doesn't work with Python < 2.7.9

2017-03-18 Thread Jim Apple (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931355#comment-15931355 ] Jim Apple commented on THRIFT-4026: --- I'm still getting the error [~tsuna] mentioned abo

[jira] [Reopened] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-18 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reopened THRIFT-2026: [~jbapple], here we go. > Fix TCompactProtocol 64 bit builds > -- > >