Github user yurikoles commented on the issue:
https://github.com/apache/thrift/pull/1084
Hi @apocolipse,
Please consider taking into account usage of reserved keywords in *.thrift
files. For example back end developers may use field with name `description` in
their structures. And this same keyword then redefined in generated extension
file. This causes compile errors.---
