Get rid of `__` property prefix in the `AttrOrExprRef.scala`
オープン
Tech debt
- 主要言語
- Scala
- スター
- 667
- フォーク
- 155
- 平均マージ
- 3日 6時間
- マージ済み PR(30日)
- 4
説明
```scala
case class AttrOrExprRef(
// There is not need to keep the identifier name prefixed with `__` solely for SerDe purpose.
// It could be replaced with some sort of property mapping instead.
__attrId: Option[Attribute.Id],
__exprId: Option[ExpressionLike.Id])
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。