Closed EpsilonPrime closed 3 months ago
The row_number test is failing here but not on my local box. Any idea what dependencies might be different that Datafusion uses?
The row_number test is failing here but not on my local box. Any idea what dependencies might be different that Datafusion uses?
hmm....i'm not aware of any. this also passes when i try running locally on my mac
Also added a stub for AnalyzePlan's is_streaming check (we always return False) to make pyspark's testing utils happy.