Skip to content

Tags: rohan-flutterint/iceberg-python

Tags

pyiceberg-0.6.0rc2

Toggle pyiceberg-0.6.0rc2's commit message
PyIceberg 0.6.0rc2

pyiceberg-0.6.0rc1

Toggle pyiceberg-0.6.0rc1's commit message
PyIceberg 0.6.0rc1

pyiceberg-0.5.1

Toggle pyiceberg-0.5.1's commit message
PyIceberg 0.5.1 release

pyiceberg-0.5.1rc2

Toggle pyiceberg-0.5.1rc2's commit message
PyIceberg 0.5.1rc2

pyiceberg-0.5.1rc1

Toggle pyiceberg-0.5.1rc1's commit message
PyIceberg 0.5.1rc1

pyiceberg-0.5.0

Toggle pyiceberg-0.5.0's commit message
Python: Fix caching of FileSystem (#8549)

Before:
```
python3 /tmp/benchmark.py

import: 0.175605 seconds
catalog: 0.060079 seconds
table: 0.245859 seconds
scan: 5.218688 seconds
Rows: 119890
```

After:
```
python3 /tmp/benchmark.py

import: 0.169811 seconds
catalog: 0.054512 seconds
table: 0.233786 seconds
scan: 2.165105 seconds
Rows: 119890
```