You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: