| commit | cdbcff99958c024d224de98a0dfc2e98d6d779b6 | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Sep 01 14:17:31 2021 -0700 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Fri Sep 03 22:24:25 2021 -0700 |
| tree | 08dce8dffe9b9cb7e80af5a35bca72159049dca6 | |
| parent | f83ebeae9d0a7b6c0f1005b430184ba02d9b8d50 [diff] |
THRIFT-5459: Fix breaking issue when adding a new exception Client: go Currently in the compiler generated go code, adding a new exception to an existing endpoint can cause unexpected behaviors when the client isn't updated. Fix the issue. Will be cherry-picked into 0.15.0 after merged.