Results 63 issues of Naoki Takezoe

While documentation is remaining on SourceForge.jp, it should be moved to GitHub. Also, the current document is available in only Japanese. I would like to translate it to English.

Fixes #3 ```scala case class Company(companyId: Int, companyName: String) object Tables { @table[Company]("COMPANIES") object Companies } import Tables._ val query = Companies("c").filter(_.companyId eq 1).map(_.companyName) ```

## Description Avoid using `RewriteFiles.rewriteFiles()` that has been deprecated and will be removed in Iceberg 2.0. ## Additional context and related issues https://github.com/apache/iceberg/pull/7501 ## Release notes (x) This is not...

cla-signed
iceberg

## Description `Statistics.setNumNulls` has been deprecated and recommended to use `Statistics.Builder` ## Additional context and related issues https://github.com/apache/parquet-java/pull/458 ## Release notes (x) This is not user-visible or is docs only,...

cla-signed