-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
caravel filter views returns invalid data #1161
Comments
Anyone can dealing this? Thank you very much. |
which version of caravel is this? if not master please try again against master. |
The latest version. 0.10.0 |
The latest version. 0.10.0 |
Installed by pip install caravel. |
@xrmx what should i do to validate this issue? |
@flyfatasy i've asked if you can reproduce the same issue on master. You can build master by doing a git clone of the repo and then following these instructions: |
@xrmx recently I installed 0.11.0 and the same problem still exists. |
I installed caravel by pip install caravel. https://pypi.python.org/pypi/caravel |
So this problem should not be waitting for validation. It is certainly a problem. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
…el default value (apache#1161) * fix(plugin-chart-echarts): delete showMinLabel and showMaxLabel fix apache#15042 * fix(plugin-chart-echarts):
…el default value (apache#1161) * fix(plugin-chart-echarts): delete showMinLabel and showMaxLabel fix apache#15042 * fix(plugin-chart-echarts):
…el default value (apache#1161) * fix(plugin-chart-echarts): delete showMinLabel and showMaxLabel fix apache#15042 * fix(plugin-chart-echarts):
…el default value (apache#1161) * fix(plugin-chart-echarts): delete showMinLabel and showMaxLabel fix apache#15042 * fix(plugin-chart-echarts):
I have a table in druid named activate_andes. Below is the
https://pan.baidu.com/s/1nuBrBzN
when I choose visualize type to filter, It looks like this.
https://pan.baidu.com/s/1nv8PXIL
When I deep into the http response, I found this:
{"filter": "activate_type", "text": 1473004800000, "metric": "reinstall", "id": 1473004800000}]
Why text is not the concrete value of activate_type other than timestamp? Why metric is not the value but the activate_type?
The text was updated successfully, but these errors were encountered: