thrift icon indicating copy to clipboard operation
thrift copied to clipboard

Apache Thrift

Results 135 thrift issues
Sort by recently updated
recently updated
newest added

and proposition to move logging to one place

Adds a JMH based benchmark that shows cpu and memory efficiency of partial Thrift deserialization

rebase needed
java

Previously, creating an instance of this class would throw whenever the http(s)_proxy environment variables were set, since it tried concatenating a string with a bytes array.

python

Client: java lib Patch: worker24h After creating a large number of TCP connections(more than 1600), the client terminates and exits. Looking at the server connection status via netstat, there will...

rebase needed

Since the extconf.rb pass `-Werror`, the gem won't compile. ``` $ ruby --version ruby 3.1.0dev (2021-10-06T06:42:37Z master d53493715c) [x86_64-darwin20] $ gem install thrift Building native extensions. This could take a...

ruby

Fix typo which caused undefined method errors in certain cases. Generated code would encounter the following compilation error: ``` go/some_package/some_package-remote/some_package-remote.go:12:34: containerStruct0.ReadField1 undefined (type *some_package.SomeArgs has no field or method ReadField1)...

need JIRA ticket
golang

…ot truncate numbers like 123.45e-22 to 0.0000000000000000 See Jira THRIFT-5496 - [X] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [X] If a ticket exists:...

c++

This PR adds cmake support for the C# netstd implementation. The major changes are only in cmake and in the Visual Studio project files. The actual build is executed via...

rebase needed

- [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [ ] If a ticket exists: Does your pull request title follow the pattern...

rebase needed

- [X] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [X] If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe...