Yao Liu

Results 6 issues of Yao Liu

Extend the current explain query visitor to explain distributed stage plan. Add a test for explicit distinct query.

Currently, the query option time doesn't overwrite correctly. We should have: user-config override should always be considered as the total time (maybe minus planning time, i will explain later) with...

multi-stage

The join table order has to be in the order of table size. i.e. table from the right hand side has to be smaller. @walterddr FYI.

1) Functions are registered using FunctionName and DataType (converted from Java type) 2) To make this fully work, we have to support all literal passing from SqlNode to Thrift so...

enhancement

Support boolean literal evaluation, eg. true = true, (true = true) != false 1) Save literal value as an object 2) Register scalar function with func names and argument types....