This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/python/fastavro-1.7.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


 discard 710c78503a Build: Bump fastavro from 1.6.1 to 1.7.0 in /python
     add 7b5c64c541 Python: Fix type nits from expression refactor (#6225)
     add 194b45f138 Python: Add expression evaluator (#6127)
     add 29187353e1 API: Fix Transform backward compatibility in PartitionSpec 
(#6220)
     add 5ac099cb3d Spark: Add missing override (#6227)
     add e736d6dfba API: Ignore case when comparing truncate (#6226)
     add 132cb94fea Release: Fix the template of the version (#6195)
     add 383d9caec8 Replace ImmutableMap.Builder.build() with buildOrThrow() 
(#6212)
     add 79bf0f69a2 Python: Minor fixes to expression types (#6228)
     add f7ac12f5a4 Python: Add support for GlueCatalog (#6034)
     add 5631c8a3c0 Build: Bump fastavro from 1.6.1 to 1.7.0 in /python

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (710c78503a)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/fastavro-1.7.0 
(5631c8a3c0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/PartitionField.java    |   2 +-
 .../java/org/apache/iceberg/PartitionSpec.java     |  39 +-
 .../main/java/org/apache/iceberg/SortField.java    |   2 +-
 .../org/apache/iceberg/UnboundPartitionSpec.java   |  12 +-
 .../apache/iceberg/transforms/ProjectionUtil.java  |   4 +-
 .../org/apache/iceberg/transforms/Transforms.java  |   4 +-
 .../java/org/apache/iceberg/types/Comparators.java |   2 +-
 .../main/java/org/apache/iceberg/types/Types.java  |   2 +-
 .../expressions/TestInclusiveMetricsEvaluator.java |   4 +-
 .../TestMetricsEvaluatorsNaNHandling.java          |  10 +-
 .../expressions/TestStrictMetricsEvaluator.java    |   4 +-
 .../org/apache/iceberg/aws/glue/GlueCatalog.java   |   4 +-
 .../org/apache/iceberg/MetadataUpdateParser.java   |   2 +-
 .../java/org/apache/iceberg/jdbc/JdbcCatalog.java  |   4 +-
 .../rest/requests/UpdateRequirementParser.java     |   2 +-
 .../org/apache/iceberg/util/SortOrderUtil.java     |  18 +-
 .../org/apache/iceberg/TestManifestCaching.java    |   2 +-
 .../apache/iceberg/hadoop/HadoopTableTestBase.java |   2 +-
 .../apache/iceberg/rest/RESTCatalogAdapter.java    |   2 +-
 dev/source-release.sh                              |   2 +-
 .../org/apache/iceberg/flink/FlinkFilters.java     |   2 +-
 .../apache/iceberg/flink/source/TestFlinkScan.java |   2 +-
 .../org/apache/iceberg/flink/FlinkFilters.java     |   2 +-
 .../apache/iceberg/flink/source/TestFlinkScan.java |   2 +-
 .../org/apache/iceberg/flink/FlinkFilters.java     |   2 +-
 .../apache/iceberg/flink/source/TestFlinkScan.java |   2 +-
 .../org/apache/iceberg/hive/TestHiveCatalog.java   |   5 +-
 .../org/apache/iceberg/nessie/BaseTestIceberg.java |   2 +-
 .../iceberg/parquet/ParquetWriteSupport.java       |   2 +-
 python/Makefile                                    |   2 +-
 python/mkdocs/docs/index.md                        |   9 +
 python/poetry.lock                                 | 286 ++++++++++-
 python/pyiceberg/avro/reader.py                    |   2 +-
 python/pyiceberg/catalog/__init__.py               |  59 +++
 python/pyiceberg/catalog/glue.py                   | 549 +++++++++++++++++++++
 python/pyiceberg/exceptions.py                     |   4 +
 python/pyiceberg/expressions/__init__.py           |  77 +--
 python/pyiceberg/expressions/literals.py           |   2 +-
 python/pyiceberg/expressions/visitors.py           | 112 ++++-
 python/pyiceberg/files.py                          |  15 -
 python/pyiceberg/schema.py                         |   2 +-
 python/pyiceberg/typedef.py                        |  18 +-
 python/pyproject.toml                              |  19 +
 python/tests/catalog/integration_test_glue.py      | 324 ++++++++++++
 python/tests/catalog/test_glue.py                  | 471 ++++++++++++++++++
 python/tests/conftest.py                           | 113 +++++
 python/tests/expressions/test_evaluator.py         | 179 +++++++
 python/tests/expressions/test_expressions.py       |  22 +-
 python/tests/test_schema.py                        |   3 +-
 .../iceberg/spark/PruneColumnsWithReordering.java  |   2 +-
 .../spark/PruneColumnsWithoutReordering.java       |   2 +-
 .../org/apache/iceberg/spark/SparkFilters.java     |   2 +-
 .../iceberg/spark/source/WritersBenchmark.java     |   1 +
 .../iceberg/spark/PruneColumnsWithReordering.java  |   2 +-
 .../spark/PruneColumnsWithoutReordering.java       |   2 +-
 .../org/apache/iceberg/spark/SparkFilters.java     |   2 +-
 .../iceberg/spark/PruneColumnsWithReordering.java  |   2 +-
 .../spark/PruneColumnsWithoutReordering.java       |   2 +-
 .../org/apache/iceberg/spark/SparkFilters.java     |   2 +-
 .../iceberg/spark/PruneColumnsWithReordering.java  |   2 +-
 .../spark/PruneColumnsWithoutReordering.java       |   2 +-
 .../org/apache/iceberg/spark/SparkAggregates.java  |   2 +-
 .../org/apache/iceberg/spark/SparkFilters.java     |   2 +-
 .../org/apache/iceberg/spark/SparkV2Filters.java   |   2 +-
 64 files changed, 2283 insertions(+), 158 deletions(-)
 create mode 100644 python/pyiceberg/catalog/glue.py
 create mode 100644 python/tests/catalog/integration_test_glue.py
 create mode 100644 python/tests/catalog/test_glue.py
 create mode 100644 python/tests/expressions/test_evaluator.py

Reply via email to