We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f378a commit 59de02bCopy full SHA for 59de02b
.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,19 +12,24 @@ A clear and concise description of what the bug is.
12
13
## Code snippet that caused the issue
14
15
-## Expected behaviour
+```
16
+ spark.read
17
+ .format("cobol")
18
19
+
20
+## Expected behavior
21
A clear and concise description of what you expected to happen.
22
23
## Context
-- Cobrix version
-- Spark version
-- Scala version
-- Operating system
24
+- Cobrix version:
25
+- Spark version:
26
+- Scala version:
27
+- Operating system:
28
29
## Copybook (if possible)
30
```
31
01 RECORD.
32
05 FIELD1 PIC S9(4).
33
34
-Attach a small data file that can help reproducing the issue, if possible.
35
+Attach a small data file that can help reproduce the issue, if possible.
0 commit comments