cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Converting from RDD to Dataset, and unit test takes 3x slower. (but prod is faster)

tanin
Contributor

I converted a data job fro RDD to Dataset, and I've found that, in prod, the data job runs faster, which is nice.

But unit test runs 3x slower than before.

My best guess is that Dataset spends time doing a lot of stuffs like encoding, optimizing, querying planning.

I wonder if there's a way to disable most of this in unit test since all of these don't matter in a local test.

Alternatively, is there a way to cache the plan, so it doesn't need to be recomputed on each test?

Thank you!

0 REPLIES 0

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now