Skip to content

sparkutils/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing

A collection of utility functions and base traits to aid testing on Spark.

Key features:

  • Simple base trait for session handling and Windows compat
  • Series of wrapper functions to handle Databricks / Fabric, Version specific handling, codegen and more
  • Test runners for server side execution, with simple progress output on Fabric and Databricks (assuming proper shading)
    • tests are run in batches, and can be restarted from a specific batch
    • individual tests can be re-run

Spark 4 Specific handling

  • ScalaTests are run against both Spark Connect and Classic
  • ClassicOnly tags are only run on Classic using the TestUtils withFixture handling

About

A collection of utility functions and base traits to aid testing on Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages