dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

[DF] SchemaError on nested RexCall queries

Open jdye64 opened this issue 3 years ago • 0 comments

Running PyTest test_compatibility::test_agg_min_min results in the following error that is not expected.

RuntimeError: SchemaError(FieldNotFound { qualifier: Some("a"), name: "e", valid_fields: Some(["a.a", "a.b", "MIN(a.c)", "MAX(a.c)", "MIN(a.d)", "MAX(a.d)", "MIN(a.e)", "MAX(a.e)", "MIN(a.f)", "MAX(a.f)", "MIN(a.g)", "MAX(a.g)", "MIN(a.a + a.e)", "MIN(a.a)"]) })

jdye64 avatar May 16 '22 14:05 jdye64