Emil Ejbyfeldt

Results 13 issues of Emil Ejbyfeldt

## Which issue does this PR close? Part of #8708 Closes #10999. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested?...

sql
logical-expr
physical-expr
core

## Which issue does this PR close? Closes #11175. ## Rationale for this change This makes datafusion reject unary plus in more cases. This aligns our behavior with postgres and...

sql
sqllogictest

It possible to hit a stack overflow due to `parse_table_and_joins` calling `parse_table_factor` which then calls `parse_table_and_joins`. This fixes the issue by adding a recurssion guard in `parse_table_and_joins`. Found by running...