Grant Langseth

Results 2 issues of Grant Langseth

Using the basic setup, I am getting a 502 error when I visit `127.0.0.1:8443/`. I've tried starting just the postgres and mongo instances first as well as all containers together.

## What is the current behavior? Rows must be collected if they are to be used in filter operations. **This errors out:** ```python df.filter(df.period_label == df.select(func.max(df.period_label))).show() >>> "SnowparkPlanException: (1206): Cannot...

feature