prestodb/presto
Vedi su GitHubEnsure that all endpoints in TaskResource support Thrift serialization
Open
#19.839 aperta il 8 giu 2023
good first issue
Metriche repository
- Star
- (15.558 star)
- Metriche merge PR
- (Merge medio 34g 14h) (120 PR mergiate in 30 g)
Descrizione
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.