Skip to content
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

#672 Implement parsing of copybooks with spark-cobol options #673

Merged
merged 5 commits into from
Apr 22, 2024

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Apr 19, 2024

Closes #672

Copy link

github-actions bot commented Apr 19, 2024

JaCoCo code coverage report - 'cobol-parser'

File Coverage [76.99%] 🍏
FixedLenNestedReader.scala 94.82% 🍏
CobolSchema.scala 81.99% 🍏
FixedLenNestedRowIterator.scala 73.02% 🍏
VarLenNestedReader.scala 71.21% 🍏
Total Project Coverage 85.93% 🍏

Copy link

github-actions bot commented Apr 19, 2024

JaCoCo code coverage report - 'spark-cobol'

File Coverage [83.84%] 🍏
DefaultSource.scala 98.72% 🍏
FixedLenNestedReader.scala 95.45% 🍏
FixedLenTextReader.scala 95.45% 🍏
CobolScanners.scala 94.31% 🍏
SparkCobolOptionsBuilder.scala 90.32% 🍏
CobolSchema.scala 89.57% 🍏
CobolParametersParser.scala 84.77% 🍏
CobolStreamer.scala 0%
Total Project Coverage 80.63% 🍏

@yruslan yruslan force-pushed the feature/672-implement-parsing-with-spark-options branch 2 times, most recently from fd30540 to 8738e3a Compare April 19, 2024 14:08
@yruslan yruslan force-pushed the feature/672-implement-parsing-with-spark-options branch from 8738e3a to d666694 Compare April 22, 2024 07:02
@yruslan yruslan marked this pull request as ready for review April 22, 2024 07:06
@yruslan yruslan merged commit 6f78ed2 into master Apr 22, 2024
7 checks passed
@yruslan yruslan deleted the feature/672-implement-parsing-with-spark-options branch April 22, 2024 07:08
@yruslan yruslan mentioned this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for parsing copybooks given Spark options
1 participant