MZSY commented on issue #6028:
URL: https://github.com/apache/seatunnel/issues/6028#issuecomment-1873699241

   
   
   
   
   DDL:CREATE TABLE "public"."geom_test1206" (
     "AREA_CODE" varchar(20) COLLATE "pg_catalog"."default",
     "NAME" varchar(160) COLLATE "pg_catalog"."default",
     "geom" geometry(GEOMETRY),
     "gid" varchar(50) COLLATE "pg_catalog"."default",
     "cxflm" varchar(255) COLLATE "pg_catalog"."default",
     "center_geom" geometry(GEOMETRY),
     "geom_3857" geometry(GEOMETRY),
     "xian_name" varchar(255) COLLATE "pg_catalog"."default",
     "old_code" varchar(255) COLLATE "pg_catalog"."default",
     "test_geom" geometry(GEOMETRY),
     "is_frozen" int4 DEFAULT 0
   )
   ;
   
   
   ALTER TABLE "public"."geom_test1206" 
     OWNER TO "postgres";
   
   
   pgsql version is 11.6
   
   
   I'm really sorry that I switched my mailbox before and I didn't receive your 
reply.
   Could this issue be related to the version of the pg database? I know my 
version is probably old.
   
   
   
   
   
   
   
   在 2023-12-24 16:22:50,"Carl-Zhou-CN" ***@***.***> 写道:
   
   这里报错说找不到这个class文件java.lang.NoClassDefFoundError: 
net/postgis/jdbc/geometry/Geometry,我去看了postgis-jdbc.jar的包结构,只能找到net/postgis/jdbc这一级目录,往后的找不到了。我不确定是代码找的目录写错了,或者是我用的包版本不对,又或者是我其他地方配置有问题,请帮我看看这个问题,十分感谢
   
   Can you provide ddl and pgsql versions of the source table?
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.Message ID: 
***@***.***>


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