Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of __ property prefix in the AttrOrExprRef.scala #1151

Open
wajda opened this issue Jan 11, 2023 · 0 comments
Open

Get rid of __ property prefix in the AttrOrExprRef.scala #1151

wajda opened this issue Jan 11, 2023 · 0 comments
Milestone

Comments

@wajda
Copy link
Contributor

wajda commented Jan 11, 2023

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])
@wajda wajda added this to the 1.0.0 milestone Jan 11, 2023
@wajda wajda added this to Spline Jan 11, 2023
@github-project-automation github-project-automation bot moved this to New in Spline Jan 11, 2023
@wajda wajda modified the milestones: 1.0.0, 1.1.0 Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant