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

fix: Revert #10432 to fix issue with @VirtualColumn not being returned #10777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tolgap
Copy link
Contributor

@tolgap tolgap commented Mar 14, 2024

Description of change

Makes #10698 obsolete, that PR has many unnecessary changes.

Fixes #10638

This will fix a bug caused by pull request #10432 that caused virtual columns to not be loaded. I reverted that merge in this PR.

  • Code is up-to-date with the master branch
  • npm run format to apply prettier formatting
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes Bug with @VirtualColumn not being returned correctly #10638
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained in CONTRIBUTING.md

@macleysousa
Copy link

@tolgap Please add the tests so that if your PR is accepted, there is some validation that the @VirtualColumn is being returned

@tolgap
Copy link
Contributor Author

tolgap commented Mar 18, 2024

@macleysousa what are you talking about? Its a revert of my previous PR.

This break should've been caught by the existing tests. But they haven't been running in CircleCI for months now which I also tried bringing up in that PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug with @VirtualColumn not being returned correctly
2 participants