Get rid of `__` property prefix in the `AttrOrExprRef.scala`
未关闭
Tech debt
- 主要语言
- Scala
- 星标
- 667
- 派生
- 155
- 平均合并
- 3 天 6 小时
- 30 天内合并 PR
- 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 还没有评估数据。