YiwenWu

Results 11 comments of YiwenWu

> Would it be possible to merge these changes? I'm looking to implement [CALCITE-6309](https://issues.apache.org/jira/browse/CALCITE-6309) on top of this. @jduo I think this pr will be able to be merged recently,...

Thanks for the review, I will split this PR later.

> What is the status of this PR? @YiwenWu can you please rebase to eliminate the conflicts? Thank you, This PR is out of date and will be split into...

> fix the problem of lateral field not exists。 @JiajunBernoulli Happy New Year, I think this PR only deals with the problem of fields not existing. the optimization of lateral...

like the version of each software, like the version of python, spark, kafka.... i can't install the pyspark and happybase. do you have any manual. thank you so much

I think it can be simpler to modify the judgment of `RexSimplify#simplifyAnd2ForUnknownAsFalse`? ``` if (prevLiteral != null && !literal.equalsWithTypeName(prevLiteral)) { return rexBuilder.makeLiteral(false); } ``` where `RexLiteral#equalsWithTypeName` compares to `TypeName` instead...

> > I think it can be simpler to modify the judgment of `RexSimplify#simplifyAnd2ForUnknownAsFalse`? > > ``` > > if (prevLiteral != null && !literal.equalsWithTypeName(prevLiteral)) { > > return rexBuilder.makeLiteral(false);...

@NobiGo @mihaibudiu Could you please merge this PR?