AbsaOSS / AbsaOSS/cobrix

Length of redefined fields

未关闭
#404 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
question
主要语言
Scala
星标
170
派生
96
平均合并
57 分钟
30 天内合并 PR
2

描述

Is it expected behavior for redefined fields to have same length as fields which they redefine?
Let's say we have
07 AAA
10 BBB PIC X(06).
10 CCC PIC X(13).
07 DDD REDEFINES AAA PIC X(16).

And then in parsed schema we'll see
7 AAA r ... ... ... 19
10 BBB ... ... ... 6
10 CCC ... ... ... 13
7 DDD R ... ... ... 19

I would expect length of DDD to be 16.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。