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 摘要。