Get rid of `__` property prefix in the `AttrOrExprRef.scala`
Aberta
Tech debt
- Linguagem predominante
- Scala
- Estrelas
- 667
- Forks
- 155
- Merge médio
- 3d 6h
- PRs com merge (30d)
- 4
Descrição
```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])
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.