这是indexloc提供的服务,不要输入任何密码
Skip to content

Default output column name for count distinct is inconsistent with the rest #110

@TedTed

Description

@TedTed
  • sum("a", 0, 1) → column is named a_sum
  • average(a", 0, 1) → column is named a_average
  • count_distinct("a") → column is named… you guessed it, count_distinct(a) 🙃

Honestly though, the count_distinct syntax is much nicer (and more consistent with PySpark). @Maegereg @tmager what would you think of using the parenthesis syntax by default everywhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions