Skip to content

the iceberg catalog will be lose when use spring boot jdbc after run about an hour #337

@zhangjun0x01

Description

@zhangjun0x01

use spring boot jdbc to query duckdb,
add the following code to create a iceberg catalog in the spring init method ,
after run about an hour, the iceberg catalog will be lose ,when use java jdbc, it wll be fine.

CREATE OR REPLACE SECRET (
     TYPE ICEBERG,
     ENDPOINT 'http://xxxx:xxxx',
     TOKEN 'admin'
);

CREATE SECRET s3_secret (
      TYPE S3,
      KEY_ID 'xxxx',
      SECRET 'xxxxx',
      REGION 'xxx',
      ENDPOINT 'xxxxx'
);

ATTACH '' AS iceberg (TYPE ICEBERG);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions