kaiko-ai / typedspark

Column-wise type annotations for pyspark DataFrames
Apache License 2.0
65 stars 4 forks source link

Add test to cover the counter in register_schema_to_dataset method #213

Closed nanne-aben closed 11 months ago

nanne-aben commented 12 months ago

I couldn't remember anymore why we had this counter and I noticed no tests broke when I removed it. After a while I remembered and decided to add a test to cover this for future reference.