-
Notifications
You must be signed in to change notification settings - Fork 5
Description
(venv) ruslansenchukov@rrrrr docker % export AWS_REGION=us-east-1
export AWS_ACCESS_KEY_ID=minio
export AWS_SECRET_ACCESS_KEY=minio123
export AWS_ENDPOINT_URL=http://localhost:9002/
(venv) ruslansenchukov@rrrrr docker % ice insert iceberg.btc
-p --no-copy
"s3://warehouse/btc/date=/part-.parquet"
--partition='[{"column":"date","transform":"identity"}]'
--sort='[{"column":"block_number"}]'
-c .ice.yaml
2025-09-15 13:39:01 [main] ERROR com.altinity.ice.cli.Main > Fatal
java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because the return value of "software.amazon.awssdk.services.s3.model.ListObjectsV2Response.isTruncated()" is null
at com.altinity.ice.cli.internal.s3.S3.listWildcard(S3.java:78)
at com.altinity.ice.cli.internal.cmd.CreateTable.run(CreateTable.java:60)
at com.altinity.ice.cli.Main.insert(Main.java:301)
at com.altinity.ice.cli.Main.lambda$main$1(Main.java:407) [9 skipped]
at com.altinity.ice.cli.Main.main(Main.java:414) [1 skipped]
(venv) ruslansenchukov@rrrrr docker % cat .ice.yaml
uri: http://localhost:8182/
bearerToken: foo
httpCacheDir: ./data/ice/http/cache
s3:
endpoint: http://localhost:9002/
region: us-east-1
accessKeyID: minio
secretAccessKey: minio123
pathStyleAccess: true