Get rid of `__` property prefix in the `AttrOrExprRef.scala`
Open
Tech debt
- Dominant language
- Scala
- Stars
- 667
- Forks
- 155
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 4
Description
```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])
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.