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
As described in the meta-issue #8868, our initial understanding is that Spark SQL has the same syntax for both batch and streaming. This is why, anything at the intersection of these two should just work.
Describe the solution you'd like
We need to verify our understanding (stated above) by testing the existing pyspark backend functionality in streaming mode. The first part of this is to verify the pyspark-specific tests under ibis/backends/pyspark/tests/ in streaming mode.
What version of ibis are you running?
8.0.0
What backend(s) are you using, if any?
pyspark
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
mfatihaktas
changed the title
test: verify that existing pyspark backend functionality works in streaming mode
test(pyspark): verify that existing backend functionality works in streaming mode
Apr 11, 2024
mfatihaktas
changed the title
test(pyspark): verify that existing backend functionality works in streaming mode
test(pyspark): verify the existing backend-specific tests work in streaming mode
Apr 11, 2024
Is your feature request related to a problem?
As described in the meta-issue #8868, our initial understanding is that Spark SQL has the same syntax for both batch and streaming. This is why, anything at the intersection of these two should just work.
Describe the solution you'd like
We need to verify our understanding (stated above) by testing the existing
pyspark
backend functionality in streaming mode. The first part of this is to verify the pyspark-specific tests underibis/backends/pyspark/tests/
in streaming mode.What version of ibis are you running?
8.0.0
What backend(s) are you using, if any?
pyspark
Code of Conduct
The text was updated successfully, but these errors were encountered: