-
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
[bugfix] make MetricsControl work with DECK visualizations #5376
Conversation
@@ -2079,6 +2079,14 @@ def process_spatial_query_obj(self, key, group_by): | |||
elif spatial.get('type') == 'geohash': | |||
group_by += [spatial.get('geohashCol')] | |||
|
|||
@staticmethod | |||
def parse_coordinates(s): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a unit test here?
a23d5d4
to
655ec0e
Compare
655ec0e
to
90d92c4
Compare
Codecov Report
@@ Coverage Diff @@
## master #5376 +/- ##
==========================================
+ Coverage 61.34% 61.42% +0.08%
==========================================
Files 373 373
Lines 23521 23539 +18
Branches 2725 2725
==========================================
+ Hits 14429 14459 +30
+ Misses 9079 9067 -12
Partials 13 13
Continue to review full report at Codecov.
|
Addressed comments, merging |
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests (cherry picked from commit 709f056) (cherry picked from commit 23262ae988310ea406ff374a2ece86949be1c228)
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests
* [bugfix] make MetricsControl work with DECK visualizations * Add unit tests
MetricsControl
Unashable type
error)@hughhhh @betodealmeida