After this change <https://gerrit.cloudera.org/#/c/4414/> I needed to
re-generate the tables in functional_kudu. I did so running this command:

./bin/load-data.py -w functional-planner --table_formats=kudu/none --force

Afterwards I had to recompute stats for two of the tables to get the
PlannerTest to pass:

[localhost:21000] > compute stats functional_kudu.zipcode_incomes;
[localhost:21000] > compute stats functional_kudu.testtbl;

You might need to compute stats for the other tables, too.

Thanks Dimitris for helping me with this. Lars

Reply via email to