AbsaOSS / AbsaOSS/spline

Get rid of `__` property prefix in the `AttrOrExprRef.scala`

Open
#1,151 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.