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

Added table.from_union and respective tests #9343

Merged
merged 11 commits into from
Mar 15, 2024

Conversation

Cassandra-Clark
Copy link
Contributor

Pull Request Description

Table.from_union creates a new table when passed in a vector of tables. This is especially helpful when a grouped method is run multiple times, as it can create a unified result set.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • All code follows the
    Scala,
    Java,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • All code has been tested:
    • Unit tests have been written where possible.

@Cassandra-Clark Cassandra-Clark linked an issue Mar 8, 2024 that may be closed by this pull request
Copy link
Member

@radeusgd radeusgd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Cassandra-Clark Cassandra-Clark force-pushed the 9307-add-a-tablefrom_union-method branch from dcdd64c to 5697317 Compare March 13, 2024 14:08
@radeusgd
Copy link
Member

radeusgd commented Mar 14, 2024

You need to run prettier on the CHANGELOG.md file: https://github.com/enso-org/enso/actions/runs/8282083005/job/22662099505?pr=9343#step:8:515

GitHub
Hybrid visual and textual functional programming. Contribute to enso-org/enso development by creating an account on GitHub.

../../content/src/index.html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh oh... i can't tell what happened here from the github ui, but chances are it's the classic "windows turned the symlink into a not symlink"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think this is fixed now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird... seems like prettier thinks that file is HTML and overwrites it, you might have to manually git checkout develop app/ide-desktop/lib/dashboard/src/index.html

@jdunkerley jdunkerley added the CI: Ready to merge This PR is eligible for automatic merge label Mar 15, 2024
@mergify mergify bot merged commit f7295f3 into develop Mar 15, 2024
39 of 41 checks passed
@mergify mergify bot deleted the 9307-add-a-tablefrom_union-method branch March 15, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a table.from_union method
5 participants