Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pyspark): support reading from and writing to Kafka #9266

Merged
merged 12 commits into from
Jun 3, 2024

Conversation

chloeh13q
Copy link
Contributor

Description of changes

Introduce read_kafka and to_kafka methods to support reading from and writing to Kafka in streaming mode.

@chloeh13q chloeh13q marked this pull request as ready for review May 30, 2024 14:52
@chloeh13q chloeh13q requested a review from jcrist May 30, 2024 15:08
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few changes are needed here.

ibis/backends/pyspark/__init__.py Outdated Show resolved Hide resolved
ibis/backends/pyspark/__init__.py Outdated Show resolved Hide resolved
ibis/backends/pyspark/__init__.py Show resolved Hide resolved
ibis/backends/pyspark/__init__.py Outdated Show resolved Hide resolved
ibis/backends/pyspark/__init__.py Outdated Show resolved Hide resolved
ibis/backends/pyspark/__init__.py Outdated Show resolved Hide resolved
ibis/backends/pyspark/__init__.py Outdated Show resolved Hide resolved
@chloeh13q chloeh13q requested a review from cpcloud June 3, 2024 17:02
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Curious to see how this gets used!

@cpcloud cpcloud added this to the 9.1 milestone Jun 3, 2024
@cpcloud cpcloud added pyspark The Apache PySpark backend streaming Issue related to streaming APIs or backends labels Jun 3, 2024
@cpcloud cpcloud merged commit 1c7c6e3 into ibis-project:main Jun 3, 2024
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pyspark The Apache PySpark backend streaming Issue related to streaming APIs or backends
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants