[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: Any "optional" modifier relates to a list will cause to a null/undef return value. Here

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-05 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: When a struct/object contains list, the thrift C++ server always return null/undef. Here

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-05 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: Any "optional" modifier relates to a list will cause to a null/undef return value. Here

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-05 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: When a struct/object contains list, the thrift C++ server always return null/undef. Here

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-05 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: Any "optional" modifiers related to a list will cause to a null/undef return value. Here

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-05 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: Any "optional" modifier relates to a list will cause to a null/undef return value. Here

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-05 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Summary: When use "optional' before a list, C++ server cannot return it correctly (was: C++ server