Kontinuation commented on code in PR #2178:
URL: https://github.com/apache/sedona/pull/2178#discussion_r2244165201


##########
python/tests/sql/test_predicate.py:
##########
@@ -174,7 +174,7 @@ def test_st_equals_for_st_linestring_and_st_polygon(self):
 
         string = 
"100.01,200.01,100.5,200.01,100.5,200.5,100.01,200.5,100.01,200.01"
         equal_df = self.spark.sql(
-            f"select * from polygonDf where ST_Equals(polygonDf.polygonshape, 
ST_LineStringFromText('{string}', ',')) "
+            f"select * from polygonDf where ST_Equals(polygonDf.polygonshape, 
ST_LineStringFromText('{string}', ',')) "  # nosec B608

Review Comment:
   Can we skip checking source files in python/tests directory? Tests are not 
exposed as attack surface so I believe that it is reasonable to skip checking 
test sources.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to