-
Notifications
You must be signed in to change notification settings - Fork 149
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
Point not found when injectRules used #237
Comments
@harsha2010 - Any luck looking at this one? |
I was able to do some more testing/debugging today. If I do a true cross join, and test for point within polygon using a withColumn, it returns true. However when I do it in the where I still get an empty dataframe in return while using inject rules. @harsha2010 |
Another update here...Seems to work ok with the master branch and Spark 2.3.2. Are you aware of any changes since the 1.05 release that I might be able to look at and test against? @harsha2010 |
Using the example above, if I just
injectRules
I get 0 results. But if I don't useinjectRules
I get the proper results.Also, to note, I've tried different levels of precision in the index but the same issue persisted when injecting the rules.
Geojson file used for testing attached.
TX.geojson.txt
The text was updated successfully, but these errors were encountered: