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

Batch read from eventhubs throws duration format error #673

Open
venkatrajupalepu opened this issue May 17, 2023 · 0 comments
Open

Batch read from eventhubs throws duration format error #673

venkatrajupalepu opened this issue May 17, 2023 · 0 comments

Comments

@venkatrajupalepu
Copy link

Bug Report:

  • Actual behavior
    While reading the data from eventhubs using spark.read.format('eventhubs') getting an error "java.time.format.DateTimeParseException: Text cannot be parsed to a Duration"

    This error occurs even if I don't pass the values for reciverTimeoutDuration and operationTimeoutDuration.
    Tried different ways to pass these values with no luck. The same error message is thrown.

  • Expected behavior
    Calling the spark.read.format('eventhubs') should return the data from eventhubs.

  • Spark version
    3.3.0

  • spark-eventhubs artifactId and version
    azure-eventhubs-spark_2.12-2.3.22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant