prestodb/presto
View on GitHubEnsure that all endpoints in TaskResource support Thrift serialization
Open
#19,839 opened on Jun 8, 2023
good first issue
Repository metrics
- Stars
- (15,558 stars)
- PR merge metrics
- (Avg merge 34d 14h) (120 merged PRs in 30d)
Description
Various endpoints in TaskResource support Thrift serialization (have a @Consumes and @Produces annotation that includes APPLICATION_THRIFT_BINARY, APPLICATION_THRIFT_COMPACT, APPLICATION_THRIFT_FB_COMPACT). We should ensure that all endpoints consistently support Thrift.