cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
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
Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.