Uh oh!
There was an error while loading. Please reload this page.
Tests for parquet filter pushdown project. - #256
Conversation
rchallapalli
commented
Feb 10, 2017
Review still in progress.... At a glance, the tests look good. I am curious to know how you generated the baselines. If you manually verified the baselines, then I would express some concern and would request you to use mysql or postgres to generate them. |
rhou1
commented
Feb 10, 2017
I manually verified the baselines. The tests were designed to generate certain answers so that I could verify them. So for example, I created a test that would return 3020 rows, and it returned 3020 rows. |
rchallapalli
commented
Mar 3, 2017
The tests look good Robert. Once we generate the baselines using hive/mysql, we should be ready to commit (after the running the regression test again after re-basing onto latest framework master). Below are a few observations while looking at the tests
|
Hi Rahul,
Can you review these?
Thanks.
--Robert