netanel246 commented on code in PR #628:
URL: https://github.com/apache/incubator-sedona/pull/628#discussion_r868330196


##########
docs/api/flink/Constructor.md:
##########
@@ -14,7 +14,7 @@ SELECT ST_GeomFromWKT('POINT(40.7128 -74.0060)') AS geometry
 
 ## ST_GeomFromWKB
 
-Introduction: Construct a Geometry from WKB string
+Introduction: Construct a Geometry from WKB string ord Binary

Review Comment:
   Please fix the typo **or**



##########
flink/src/test/java/org/apache/sedona/flink/ConstructorTest.java:
##########
@@ -30,6 +30,17 @@
 import static org.apache.flink.table.api.Expressions.call;
 import static org.junit.Assert.assertEquals;
 
+import org.apache.flink.api.common.typeinfo.TypeInformation;
+import org.apache.flink.api.common.typeinfo.BasicTypeInfo;
+import org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo;
+import org.apache.flink.api.java.typeutils.RowTypeInfo;
+
+import org.apache.flink.streaming.api.datastream.DataStream;
+

Review Comment:
   Please remove unused spaces.
   



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