Does starrocks supports iceberg table maintenance ...
# questions-and-troubleshooting
f
Does starrocks supports iceberg table maintenance such as compaction etc??
m
f
Thank you. Just to confirm it is part of OSS, right ??
m
Yes (I'm not from starrocks team, just a user)
👍 1
s
@Faisal SIDDIQUI were you able to run the commands? For expire snapshot, I am getting the following error- " Unknown iceberg table operation : expire_snapshot"
m
@Shaurya Goel never tried by myself 😱 just mentioned the documentation Tried and I get the same error. Will open an issue @Евгений Шишкин do you have maybe any information regarding this ?
е
i only tried rewrite_data_files once and it did not worked for me either, but i had not invested time into it
🙏 1
just to clarify, rewrite_data_files did not error, just had not rewrote data
1
m
@Shaurya Goel Got reply in issue that correct function is
expire_snapshots
and not
expire_snapshot
A small documentation "bug" 🙂
s
Thanks a lot @Michael Taranov