-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Create test data in-memory #901
Conversation
instead of reading from files
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
instead of reading from files
PR Type
Tests
Description
DataFrameWriterApiComplianceSuite
.ManyPartitionReadSuite
to generate test data programmatically, removing dependency on external CSV files.Changes walkthrough 📝
DataFrameWriterApiComplianceSuite.scala
Use in-memory DataFrame for DataFrameWriter tests
src/test/scala/com/crealytics/spark/excel/v2/DataFrameWriterApiComplianceSuite.scala
ManyPartitionReadSuite.scala
Generate in-memory data for partitioned read tests
src/test/scala/com/crealytics/spark/excel/v2/ManyPartitionReadSuite.scala