XiaoMi / soar

SQL Optimizer And Rewriter
Apache License 2.0
8.67k stars 1.32k forks source link

`select col from tb where cl = 1 order by APPLY_TIME` raise CLA.009 #104

Closed martianzhang closed 5 years ago

martianzhang commented 5 years ago

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.
echo "select col from tb where cl = 1 order by APPLY_TIME" | soar
  1. What did you expect to see?

OK

  1. What did you see instead?

CLA.009

  1. What version of are you using (soar -version)?

0.9.0