We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A fixed length file with record size that does not match the copybook can be read using
.option("record_length", 100)
But when this options is combined with
.option("generate_record_id", true)
the record size option is seems to be ignored.
spark.read .format("cobol") .option("record_length", 100) .option("generate_record_id", true)
These options should work well in combination
--
Attach a small data file that can help reproduce the issue, if possible.
The text was updated successfully, but these errors were encountered:
#659 Fix record length option when record id generation is turned on.
af92773
f2c9544
Successfully merging a pull request may close this issue.
Describe the bug
A fixed length file with record size that does not match the copybook can be read using
But when this options is combined with
the record size option is seems to be ignored.
Code snippet that caused the issue
Expected behavior
These options should work well in combination
Context
Copybook (if possible)
--
Attach a small data file that can help reproduce the issue, if possible.
The text was updated successfully, but these errors were encountered: