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

Fixed duplicated indexes #254

Merged
merged 2 commits into from
Nov 13, 2022
Merged

Fixed duplicated indexes #254

merged 2 commits into from
Nov 13, 2022

Conversation

edurdevic
Copy link
Contributor

This fixes #243

@codecov
Copy link

codecov bot commented Nov 11, 2022

Codecov Report

Merging #254 (3620d8b) into main (8df7e75) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
...scala/com/databricks/labs/mosaic/core/Mosaic.scala 92.68% <100.00%> (ø)
...cks/labs/mosaic/expressions/format/ConvertTo.scala 95.18% <0.00%> (+0.73%) ⬆️

import com.databricks.labs.mosaic.expressions.constructors.ConstructorsBehaviors
import org.scalatest.flatspec.AnyFlatSpec

class TestMosaic extends AnyFlatSpec with ConstructorsBehaviors {
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@milos-colic
Copy link
Contributor

The check failed due to an issue on codecov side.
Merging since the coverage has actually increased.

@milos-colic milos-colic merged commit 5fd41c8 into main Nov 13, 2022
a0x8o added a commit to a0x8o/mosaic that referenced this pull request Feb 22, 2023
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
sllynn pushed a commit that referenced this pull request Nov 20, 2023
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.

grid_tessellate returns duplicates
2 participants