Kontinuation commented on code in PR #70:
URL: https://github.com/apache/sedona-db/pull/70#discussion_r2343736498


##########
benchmarks/test_bench_base.py:
##########
@@ -27,13 +27,13 @@ def setup_class(self):
         num_geoms = 100_000
 
         # Setup tables
-        for name, options in [
+        for name, base_options in [
             (
                 "segments_large",
                 {
                     "geom_type": "LineString",
                     "target_rows": num_geoms,

Review Comment:
   It is not a good practice to track code changes in comments



-- 
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