Just fyi, the Hadoop Hive project has a module that parses the thrift DDL as of about 4 months ago using JavaCC. It doesn't have a code generator as it is more of a runtime serialization/deserialization for database tables, but uses Tprotocol and is compatible with thrift serialized data.
https://issues.apache.org/jira/browse/HADOOP-3601 -- pete On 8/26/08 11:19 AM, "Kevin Clark" <[EMAIL PROTECTED]> wrote: > Torsten, > If you really feel strongly about it, write it. If it isn't accepted > into mainline, that's how it goes, but I'm move convinced by code than > talk. Show me that the features you propose are useful, and won't > cause usability and performance problems, and you'll have my vote. > > In the meantime, I feel like neither side is going to agree with the > other outright. It's open source. Scratch your own itch, and maybe > others will want the same thing. Until something exists, we're arguing > about imaginary code, and the implications of such.
