Pinned Loading
1,071 contributions in the last year
Day of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
apache/iceberg-python,
apache/iceberg-rust,
apache/iceberg-go
and 40 other
repositories
Loading
Contribution activity
June 2025
Created 2 repositories
-
kevinjqliu/datafusion-tpch
Rust
This contribution was made on Jun 7
-
kevinjqliu/duckdb-web
JavaScript
This contribution was made on Jun 3
Created a pull request in apache/iceberg-python that received 5 comments
change catalog default warehouse location to not use hive-style warehouse location
Closes #2052 Rationale for this change Aligns catalog behavior with the java reference implementation. HiveCatalog, DynamoDbCatalog, and GlueCatalog…
+43
−17
lines changed
•
5
comments
Opened 10 other pull requests in 5 repositories
apache/iceberg-rust
1
open
3
merged
-
[infra] publish rc to pypi as part of release process
This contribution was made on Jun 17
-
[ci] fix pypi publishing trigger
This contribution was made on Jun 15
-
Fix the minio config
This contribution was made on Jun 6
-
Change download link to the
0.5.1
artifactsThis contribution was made on Jun 5
apache/iceberg-python
2
open
1
closed
-
fix config test when running locally
This contribution was made on Jun 17
-
add iceberg datafusion integration
This contribution was made on Jun 8
-
upgrade pyiceberg-core to 0.5.1
This contribution was made on Jun 5
kevinjqliu/iceberg-rest-catalog
1
merged
-
upgrade to latest pyiceberg
This contribution was made on Jun 18
clflushopt/datafusion-tpch
1
merged
-
Add instruction on running examples to README
This contribution was made on Jun 7
duckdb/duckdb-web
1
merged
-
[Docs][Iceberg] remove catalog re-attach limitation
This contribution was made on Jun 3
Reviewed 47 pull requests in 7 repositories
apache/iceberg-python
25 pull requests
-
Prefer
FileIO
over the PyArrowFileSystem
This contribution was made on Jun 18 -
Docs: fix manifest min count to merge description
This contribution was made on Jun 18
-
[Avro] Accept dict with only
'type': 'null'
as representation ofnull
This contribution was made on Jun 17 -
Expose S3 retry strategy
This contribution was made on Jun 17
-
Add warehouse parameter to the REST Catalog doc
This contribution was made on Jun 17
-
Build: Bump coverage from 7.8.2 to 7.9.1
This contribution was made on Jun 17
-
Build: Bump pydantic from 2.11.5 to 2.11.7
This contribution was made on Jun 17
-
Build: Bump boto3 from 1.37.3 to 1.38.27
This contribution was made on Jun 17
-
Build: Bump duckdb from 1.3.0 to 1.3.1
This contribution was made on Jun 17
-
Build: Bump typing-extensions from 4.13.2 to 4.14.0
This contribution was made on Jun 17
-
Build: Bump huggingface-hub from 0.32.5 to 0.33.0
This contribution was made on Jun 17
-
Build: Bump cachetools from 5.5.2 to 6.1.0
This contribution was made on Jun 17
-
Build: Bump moto from 5.1.5 to 5.1.6
This contribution was made on Jun 17
-
Build: Bump pypa/cibuildwheel from 2.23.3 to 3.0.0
This contribution was made on Jun 17
-
maint: use
URI
constant instead of 'uri' stringsThis contribution was made on Jun 15 -
Bump tests to Spark 3.5.6
This contribution was made on Jun 14
-
Bump Iceberg-Java to 1.9.1
This contribution was made on Jun 14
-
Bump PyIceberg to 0.9.1
This contribution was made on Jun 14
-
feat: support pagination in
list_*
methods in rest catalogThis contribution was made on Jun 14 -
Hive: update hive storage descriptor after commit schema change
This contribution was made on Jun 14
-
feat: support listing known catalogs
This contribution was made on Jun 14
-
change catalog default warehouse location to not use hive-style warehouse location
This contribution was made on Jun 14
-
Bump Ruff to the latest version
This contribution was made on Jun 14
-
Bump mypy in pre-commit
This contribution was made on Jun 14
-
fix: add metadata_properties to _construct_parameters when update hive table
This contribution was made on Jun 13
- Some pull request reviews not shown.
apache/iceberg
6 pull requests
-
Spark: Support Parquet dictionary encoded UUIDs
This contribution was made on Jun 17
-
Docs: Fix list rendering and typos (#13075)
This contribution was made on Jun 12
-
Docs: use latest minio client command configuration parameters
This contribution was made on Jun 6
-
Docs: Remove obsolete version attribute in quick start docker-compose.yml
This contribution was made on Jun 6
-
Core: Improve pagination logic to handle null pageToken
This contribution was made on Jun 3
-
chore: Update status.md
This contribution was made on Jun 1
apache/iceberg-rust
3 pull requests
-
[infra] publish rc to pypi as part of release process
This contribution was made on Jun 17
-
Add how to verify release doc
This contribution was made on Jun 15
-
Expose Avro reader to PyIceberg
This contribution was made on Jun 3
duckdb/duckdb-iceberg
2 pull requests
-
[REST] Iceberg INSERT support
This contribution was made on Jun 16
-
Move to use "mc alias" instead of "mc config"
This contribution was made on Jun 2
apache/iceberg-go
2 pull requests
-
release: improve release.sh script
This contribution was made on Jun 1
-
fix(table): fix race condition in scanner
This contribution was made on Jun 1
apache/datafusion-python
1 pull request
-
feat: upgrade df48 dependency
This contribution was made on Jun 13
apache/datafusion-site
1 pull request
-
Blog: Optimizing SQL and DataFrames
This contribution was made on Jun 12
Created an issue in apache/iceberg-python that received 7 comments
iceberg table properties are saved in table metadata's properties field
Apache Iceberg version
None
Please describe the bug 🐞
Context #2013 (comment)
Because Table.properties
returns the table metadata's properties field
3 tasks
Opened 3 other issues in 3 repositories
apache/iceberg-python
1
open
-
[feature request] docs for IRC catalog connection
This contribution was made on Jun 16
apache/iceberg
1
open
-
[Docs] reorganize tabs on the main website
This contribution was made on Jun 6
apache/iceberg-rust
1
open
-
we should publish rc to pypi as part of the release process
This contribution was made on Jun 4