Get rid of `__` property prefix in the `AttrOrExprRef.scala`
Aperta
Tech debt
- Lingua principale
- Scala
- Stelle
- 667
- Fork
- 155
- Merge medio
- 3g 6h
- PR unite (30g)
- 4
Descrizione
```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])
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.