[12] Added metrics when writing files to iceberg from parquet.#15
Conversation
subkanthi
commented
Apr 17, 2025
|
Testing ice ClickHouse Value count Upper bound/Lower bound |
shyiko
left a comment
There was a problem hiding this comment.
A few nits but looks great otherwise! We are both going to hell now for using StringBuilder to assemble the output :)
| # insert data into catalog | ||
| ice insert flowers.iris -p \ | ||
| file://iris.parquet | ||
| ice |
| * | ||
| * @param table | ||
| */ | ||
| private static void printTableMetrics(Table table, StringBuilder buffer) throws IOException { |
There was a problem hiding this comment.
nit: this javadoc conveys no extra info beyond method name. I'd just drop it
| # start Iceberg REST Catalog server | ||
| ice-rest-catalog | ||
| or using the jar file. | ||
| /ice/examples/scratch$ java -jar ../../ice-rest-catalog/target/ice-rest-catalog-jar-with-dependencies.jar & |
There was a problem hiding this comment.
this section (of README) is already followed by
TIP: replace
ice&ice-rest-catalogabove withlocal-ice&local-ice-rest-catalogrespectively to use code in the repo instead ofice&ice-rest-catalogbinaries from the PATH.
There was a problem hiding this comment.
TIP: if you execute link-local, ice & ice-rest-catalog will point to local-ice & local-ice-rest-catalog when inside the repo. Just make sure you have direnv installed.
|
Merged to save time. I'll take care of the nit ^ in a follow up commit. |