Hi all, Structs in the Thrift interface have field names with underscores. The Thrift code generator does not convert them to camel case names which is common for .NET, e.g. a Column_family property is generated instead of ColumnFamily for the ColumnParent class. If i understand it correctly the Thrift wire format only uses the field identifier and type and not the name. So if i change the field names of the Cassandra interface file to camel case and generate the interface code, the code should still work with Cassandra servers. Is that correct?
Best regards, Felix
