Aniket Mokashi

Results 4 comments of Aniket Mokashi

order of command does matter. Whatever you use on a line should have corresponding register before that line is parsed. Doing it at the beginning is ideal, but not a...

@dvryaboy, I prefer copy-pasting these thrift schemas for tests. Otherwise, a fix like #356 ends up making several changes like https://github.com/Parquet/parquet-mr/pull/266. Also, TestPerson schema in PQ is not compatible with...

Thanks. I have made changes to CMakeLists.txt to catch C++98 compat issues sooner during development process. I have made suggested changes to the code. PTAL.