Balazs Hevele has posted comments on this change. ( http://gerrit.cloudera.org:8080/24552 )
Change subject: POC IMPALA-15165: Add minimal C++ WKB serialization support ...................................................................... Patch Set 6: (1 comment) http://gerrit.cloudera.org:8080/#/c/24552/6/be/src/exprs/geo/wkb-serialization.cc File be/src/exprs/geo/wkb-serialization.cc: http://gerrit.cloudera.org:8080/#/c/24552/6/be/src/exprs/geo/wkb-serialization.cc@300 PS6, Line 300: const box2d empty_box(point2d(0, 0), point2d(0, 0)); This is not an empty box, this is a box containing the point (0, 0). Not sure what convention is used, but usually an empty box is reverted, i.e. the "min" corner is greater than the "max" corner. -- To view, visit http://gerrit.cloudera.org:8080/24552 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I4d5b2ac5d584e3de7712d8471acbc07d743a4de2 Gerrit-Change-Number: 24552 Gerrit-PatchSet: 6 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Balazs Hevele <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Wed, 15 Jul 2026 09:03:54 +0000 Gerrit-HasComments: Yes
