You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by JiaTao Tao <ta...@gmail.com> on 2021/04/22 02:56:13 UTC

In piglet, allow creating a PigRelBuilder with custom "config.simplify()"(default is true)

Hi fellows
Recently, I've done CALCITE-4586, which removes

Hook.REL_BUILDER_SIMPLIFY.addThread(Hook.propertyJ(false));
when creating the piglet#PigRelBuilder. So it may be perceived if you are
using piglet#PigRelBuilder("config.simplify()"'s default value is true).

It is expected that the change will not be large and should be positive,
cuz the UTs are almost unchanged and all passed.


Regards!

Aron Tao