-
Notifications
You must be signed in to change notification settings - Fork 69
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
Fixed duplicated indexes #254
Conversation
Codecov Report
@@ Coverage Diff @@
## main #254 +/- ##
============================================
+ Coverage 87.25% 87.31% +0.06%
- Complexity 986 995 +9
============================================
Files 109 109
Lines 4387 4416 +29
Branches 393 396 +3
============================================
+ Hits 3828 3856 +28
Misses 268 268
- Partials 291 292 +1
|
import com.databricks.labs.mosaic.expressions.constructors.ConstructorsBehaviors | ||
import org.scalatest.flatspec.AnyFlatSpec | ||
|
||
class TestMosaic extends AnyFlatSpec with ConstructorsBehaviors { |
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 please use the other test style.
We want to decommission AnyFlatSpecs.
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.
Please note that I am not testing any Spark transformation here, but only the logic of the chips deduplication of the tessellation code.
This specific test only makes sense with H3 and ESRI.
The check failed due to an issue on codecov side. |
Update version to 0.3.6-SNAPSHOT (databrickslabs#268) Update version to 0.3.5 (databrickslabs#267) Fix grid tessellate h3 res (databrickslabs#266) Feature/knn transformer (databrickslabs#258) Merge pull request databrickslabs#254 from databrickslabs/fix/duplicated_indexes
This fixes #243