Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to dependencies and enhancements to the data frame creation utilities and type validation.
Dependency Updates:
pyarrow>=11.0.0
to the main dependencies inpyproject.toml
.pyspark>=3.5.4
andmarimo>=0.10.17
to the development dependencies inpyproject.toml
.Enhancements to Data Frame Creation:
tests/utils/create_frames.py
to importgenerate_temporary_column_name
fromnarwhals
andDataFrame
,SparkSession
, andlit
frompyspark.sql
.spark_df
to create a Spark DataFrame from a dictionary of lists, including handling of null columns and repartitioning.create_frame_fixture
function to includepyspark
in the list of data frame types.Type Validation Enhancements:
validoopsie/validation_catalogue/TypeValidation/type_check.py
to importpyarrow
and use it in the__call__
method for type validation, replacing the previous method of usingnarwhals
native namespace. [1] [2]