Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement, Documentation
Description
com.crealytics
todev.mauch
across all source, test, and configuration files.ExcelSparkInternal.scala
for proxying Spark'sInputFileBlockHolder
.Changes walkthrough 📝
2 files
ExcelSparkInternal.scala
Add utility for Spark InputFileBlockHolder proxying
src/main/2.4/scala/dev/mauch/spark/ExcelSparkInternal.scala
ExcelSparkInternal.scala
under thedev.mauch.spark
package.
ExcelSparkInternal
to proxy Spark'sInputFileBlockHolder
functionality.package.scala
Update package and format references in package object
src/main/scala/dev/mauch/spark/excel/package.scala
com.crealytics.spark
todev.mauch.spark
..format
references to align with the new package name.2 files
generic.yml
Update package references in GitHub issue template
.github/ISSUE_TEMPLATE/generic.yml
dev.mauch
.README.md
Update README with new package name and examples
README.md
com.crealytics
todev.mauch
.package name.
2 files
build.sc
Update build configuration with new organization name
build.sc
com.crealytics
todev.mauch
.org.apache.spark.sql.sources.DataSourceRegister
Update DataSourceRegister with new package name
src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
dev.mauch
.1 files
.mill-version
Upgrade Mill build tool version
.mill-version
2 files
EncryptedReadSuite.scala
Update test suite imports to new package name
src/test/scala/dev/mauch/spark/excel/EncryptedReadSuite.scala
com.crealytics
todev.mauch
.package.scala
Update test tags to new package name
src/test/scala/dev/mauch/tags/package.scala
WIP
tag to reflect the new package namedev.mauch
.