quantsegu opened a new pull request, #192:
URL: https://github.com/apache/iceberg-docs/pull/192
The small textual adjustments are made. Can you please finalize this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
hililiwei commented on code in PR #5984:
URL: https://github.com/apache/iceberg/pull/5984#discussion_r1056798443
##
api/src/main/java/org/apache/iceberg/IncrementalScan.java:
##
@@ -21,6 +21,23 @@
/** API for configuring an incremental scan. */
public interface IncrementalScan
hililiwei commented on PR #6253:
URL: https://github.com/apache/iceberg/pull/6253#issuecomment-1364513120
>should we write the metadata as snapshot summary or table properties? It is
minimal change to write as snapshot summary as shown in this PR or PR
https://github.com/apache/iceberg/pull
hililiwei commented on PR #6160:
URL: https://github.com/apache/iceberg/pull/6160#issuecomment-1364514213
@stevenzwu @openinx @rdblue @Fokko @pvary could you please take a look at
it when you get a chance? thx.
--
This is an automated message from the Apache Git Service.
To respo
RussellSpitzer merged PR #192:
URL: https://github.com/apache/iceberg-docs/pull/192
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@i
ConeyLiu commented on PR #3249:
URL: https://github.com/apache/iceberg/pull/3249#issuecomment-1364527752
@nastra just addressed the comments.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852402
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/StructInternalRow.java:
##
@@ -356,4 +357,23 @@ private GenericArrayData fillArray(
return
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852402
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/StructInternalRow.java:
##
@@ -356,4 +357,23 @@ private GenericArrayData fillArray(
return
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852535
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkScan.java:
##
@@ -147,9 +152,9 @@ protected Statistics estimateStatistics(Snapshot snapshot)
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852815
##
core/src/main/java/org/apache/iceberg/Partitioning.java:
##
@@ -200,6 +200,16 @@ public Void alwaysNull(int fieldId, String sourceName, int
sourceId) {
/**
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852878
##
api/src/main/java/org/apache/iceberg/types/Types.java:
##
@@ -554,6 +554,10 @@ public List fields() {
return lazyFieldList();
}
+public boolean
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852903
##
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCopyOnWriteUpdate.java:
##
@@ -140,4 +144,35 @@ public synchronized void
testU
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852915
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java:
##
@@ -42,4 +42,9 @@ private SparkSQLProperties() {}
// Controls whether to c
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056852950
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkPartitioningAwareScan.java:
##
@@ -0,0 +1,267 @@
+/*
+ * Licensed to the Apache Software Foun
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056862209
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkPartitioningAwareScan.java:
##
@@ -0,0 +1,267 @@
+/*
+ * Licensed to the Apache Software Foun
aokolnychyi commented on code in PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#discussion_r1056862319
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkPartitioningAwareScan.java:
##
@@ -0,0 +1,267 @@
+/*
+ * Licensed to the Apache Software Foun
aokolnychyi merged PR #6371:
URL: https://github.com/apache/iceberg/pull/6371
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg
aokolnychyi commented on PR #6371:
URL: https://github.com/apache/iceberg/pull/6371#issuecomment-1364570187
Thanks for reviewing, @RussellSpitzer @sunchao @zinking @rdblue!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
aokolnychyi commented on issue #430:
URL: https://github.com/apache/iceberg/issues/430#issuecomment-1364570547
I am excited to announce that support for storage-partitioned joins has been
merged into master.
It will be shipped in 1.2.0. Thanks everyone involved, especially @sunchao.
I am
aokolnychyi closed issue #430: Support bucket table for Iceberg
URL: https://github.com/apache/iceberg/issues/430
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056874376
##
python/pyiceberg/io/pyarrow.py:
##
@@ -437,3 +465,198 @@ def visit_or(self, left_result: pc.Expression,
right_result: pc.Expression) -> p
def expression_to_pyarrow
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056874464
##
python/pyiceberg/io/pyarrow.py:
##
@@ -437,3 +465,198 @@ def visit_or(self, left_result: pc.Expression,
right_result: pc.Expression) -> p
def expression_to_pyarrow
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056874748
##
python/pyiceberg/io/pyarrow.py:
##
@@ -437,3 +465,198 @@ def visit_or(self, left_result: pc.Expression,
right_result: pc.Expression) -> p
def expression_to_pyarrow
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056875584
##
python/pyiceberg/schema.py:
##
@@ -1046,3 +1055,79 @@ def _project_map(map_type: MapType, value_result:
IcebergType) -> MapType:
value_type=value_res
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056875610
##
python/pyiceberg/schema.py:
##
@@ -1046,3 +1055,79 @@ def _project_map(map_type: MapType, value_result:
IcebergType) -> MapType:
value_type=value_res
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056875777
##
python/pyiceberg/exceptions.py:
##
@@ -86,3 +86,7 @@ class NotInstalledError(Exception):
class SignError(Exception):
"""Raises when unable to sign a S3 request
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056875820
##
python/pyiceberg/expressions/visitors.py:
##
@@ -753,3 +756,89 @@ def inclusive_projection(
schema: Schema, spec: PartitionSpec, case_sensitive: bool = True
) ->
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056875859
##
python/pyiceberg/expressions/visitors.py:
##
@@ -753,3 +756,89 @@ def inclusive_projection(
schema: Schema, spec: PartitionSpec, case_sensitive: bool = True
) ->
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056876255
##
python/pyiceberg/types.py:
##
@@ -268,6 +268,10 @@ def __init__(self, *fields: NestedField, **data: Any):
data["fields"] = fields
super().__init_
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056876528
##
python/tests/avro/test_resolver.py:
##
@@ -164,17 +163,17 @@ def test_resolver_change_type() -> None:
def test_promote_int_to_long() -> None:
-assert promote(
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056877937
##
python/pyiceberg/schema.py:
##
@@ -1046,3 +1055,79 @@ def _project_map(map_type: MapType, value_result:
IcebergType) -> MapType:
value_type=value_res
Fokko commented on code in PR #6437:
URL: https://github.com/apache/iceberg/pull/6437#discussion_r1056878066
##
python/pyiceberg/schema.py:
##
@@ -1046,3 +1055,79 @@ def _project_map(map_type: MapType, value_result:
IcebergType) -> MapType:
value_type=value_res
github-actions[bot] commented on issue #5139:
URL: https://github.com/apache/iceberg/issues/5139#issuecomment-1364598871
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
github-actions[bot] commented on issue #5141:
URL: https://github.com/apache/iceberg/issues/5141#issuecomment-1364598864
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
JonasJ-ap commented on code in PR #6449:
URL: https://github.com/apache/iceberg/pull/6449#discussion_r1056753664
##
data/src/main/java/org/apache/iceberg/data/TableMigrationUtil.java:
##
@@ -161,7 +161,7 @@ private static Metrics getAvroMetrics(Path path,
Configuration conf) {
dependabot[bot] opened a new pull request, #6491:
URL: https://github.com/apache/iceberg/pull/6491
Bumps [actions/stale](https://github.com/actions/stale) from 6.0.1 to 7.0.0.
Release notes
Sourced from https://github.com/actions/stale/releases";>actions/stale's
releases.
v7
dependabot[bot] opened a new pull request, #6492:
URL: https://github.com/apache/iceberg/pull/6492
Bumps [adlfs](https://github.com/dask/adlfs) from 2022.10.0 to 2022.11.2.
Changelog
Sourced from https://github.com/fsspec/adlfs/blob/main/CHANGELOG.md";>adlfs's
changelog.
202
dependabot[bot] opened a new pull request, #6493:
URL: https://github.com/apache/iceberg/pull/6493
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.1.
Changelog
Sourced from https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst";>coverage's
changelog.
dependabot[bot] opened a new pull request, #6494:
URL: https://github.com/apache/iceberg/pull/6494
Bumps [moto](https://github.com/spulec/moto) from 4.0.11 to 4.0.12.
Changelog
Sourced from https://github.com/spulec/moto/blob/master/CHANGELOG.md";>moto's
changelog.
4.0.12
nickvazz commented on issue #6061:
URL: https://github.com/apache/iceberg/issues/6061#issuecomment-1364628562
Would love to see a minimal getting started / setup
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
40 matches
Mail list logo