Jia Zhai created DL-19:
--------------------------
Summary: Can't compile thrift file
Key: DL-19
URL: https://issues.apache.org/jira/browse/DL-19
Project: DistributedLog
Issue Type: Bug
Components: distributedlog-protocol
Reporter: Jia Zhai
Fix For: 0.4.0
It seems that I can't compile the thrift file using the thrift tool.
{code}
$ thrift --gen cpp distributedlog-protocol/src/main/thrift/service.thrift
[ERROR:~/workspaces/incubator-distributedlog/distributedlog-protocol/src/main/thrift/service.thrift:168]
(last token was 'delete')
Cannot use reserved language keyword: "delete"
{code}
I am using thrift 0.9.3
{code}
$ thrift -version
Thrift version 0.9.3
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)