You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement prettier SQL unparsing (more human readable) (apache#11186)
* initial prettier unparse
* bug fix
* handling minus and divide
* cleaning references and comments
* moved tests
* Update precedence of BETWEEN
* rerun CI
* Change precedence to match PGSQLs
* more pretty unparser tests
* Update operator precedence to match latest PGSQL
* directly prettify expr_to_sql
* handle IS operator
* correct IS precedence
* update unparser tests
* update unparser example
* update more unparser examples
* add with_pretty builder to unparser
0 commit comments