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: dimensionColumns only fetch string column #2533

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rongfengliang
Copy link
Contributor

dimensionColumns method delete && this.columnType(column) === 'string' otherwise cube.js playground with schema generater will always only fetch string type column

dimensionColumns  method delete `&& this.columnType(column) === 'string'`  otherwise always only fetch string type column
@rongfengliang rongfengliang requested a review from a team as a code owner April 12, 2021 04:59
@github-actions github-actions bot added the pr:community Contribution from Cube.js community members. label Apr 12, 2021
@rpaik
Copy link
Contributor

rpaik commented Apr 20, 2021

@vasilev-alex can you help with the review?

@rpaik rpaik requested a review from vasilev-alex April 20, 2021 00:15
Copy link
Member

@vasilev-alex vasilev-alex left a comment

Choose a reason for hiding this comment

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

Hi @rongfengliang! Thanks for the PR. Could you please fix the failing tests?

@rongfengliang
Copy link
Contributor Author

Hi @rongfengliang! Thanks for the PR. Could you please fix the failing tests?

ok. i will try to fix it

@rpaik
Copy link
Contributor

rpaik commented Apr 26, 2021

👋 @rongfengliang I assume you're still working on this? Let us know if you have any questions 😄

@rongfengliang
Copy link
Contributor Author

👋 @rongfengliang I assume you're still working on this? Let us know if you have any questions 😄

i found should modify many unit test. current I'm a little busy. if i have time i will fix it

@paveltiunov paveltiunov requested a review from a team as a code owner November 5, 2022 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:community Contribution from Cube.js community members.
3 participants