Brayan Jaramillo
Results
2
issues of
Brayan Jaramillo
In this PR we resolve the issue reported in #1446, where any Pydantic model with a `pandera.typing.pyspark.DataFrame` or `pandera.typing.pyspark_sql.DataFrame` always throws a confusing `ValidationError`. For clarity, we want to make...
**Describe the bug** A clear and concise description of what the bug is. Pydantic models always throw `is_instance_of` validation errors if a `pandera.typing.pyspark.DataFrame` type is used. Pydantic integration with pyspark...
bug