ayushtkn commented on code in PR #6581:
URL: https://github.com/apache/hive/pull/6581#discussion_r3637849550


##########
ql/src/test/queries/clientpositive/geospatial_udfs.q:
##########
@@ -1,3 +1,6 @@
+-- Truncate floating-point numbers to 12 decimal places for cross-platform 
reproducibility
+-- (JTS buffer uses Math.cos/sin which can differ by 1 ULP across JDK 
implementations)
+--! qt:replace:/(\d+\.\d{12})\d+/$1/
 -- create a table with two columns one for each point.

Review Comment:
   I won't pull in that change in this, but we can independently have a test, 
if you already have one as a separate PR after this, to increase the test 
coverage



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to