Dysprosium0626 commented on issue #399:
URL: https://github.com/apache/iceberg-rust/issues/399#issuecomment-2164659616
Maybe I can try to handle this? @Xuanwo
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
pvary commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1637636105
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TagBasedLockFactory.java:
##
@@ -0,0 +1,139 @@
+/*
+ * Licensed to the Apache Software
pvary commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1637612192
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TriggerManager.java:
##
@@ -0,0 +1,295 @@
+/*
+ * Licensed to the Apache Software Found
sdd commented on code in PR #401:
URL: https://github.com/apache/iceberg-rust/pull/401#discussion_r1637602580
##
crates/iceberg/src/scan.rs:
##
@@ -503,17 +544,36 @@ pub struct FileScanTask {
start: u64,
#[allow(dead_code)]
length: u64,
+project_field_id: Vec,
sdd commented on code in PR #401:
URL: https://github.com/apache/iceberg-rust/pull/401#discussion_r1637606169
##
crates/iceberg/src/scan.rs:
##
@@ -503,17 +544,36 @@ pub struct FileScanTask {
start: u64,
#[allow(dead_code)]
length: u64,
+project_field_id: Vec,
pvary commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1637602939
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TriggerManager.java:
##
@@ -0,0 +1,295 @@
+/*
+ * Licensed to the Apache Software Found
sdd commented on code in PR #401:
URL: https://github.com/apache/iceberg-rust/pull/401#discussion_r1637602580
##
crates/iceberg/src/scan.rs:
##
@@ -503,17 +544,36 @@ pub struct FileScanTask {
start: u64,
#[allow(dead_code)]
length: u64,
+project_field_id: Vec,
marvinlanhenke commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1637582908
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refe
dzzxjl opened a new pull request, #10488:
URL: https://github.com/apache/iceberg/pull/10488
This PR simplifies the loadCatalog method call in Iceberg by removing the
redundant CatalogUtil class qualifier. The change improves code readability.
--
This is an automated message from the Apach
stevenzwu commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1637197094
##
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/maintenance/operator/TestTriggerManager.java:
##
@@ -0,0 +1,587 @@
+/*
+ * Licensed to the Apache Softwa
rahil-c commented on PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#issuecomment-2164279089
> https://github.com/apache apache deleted a comment from
[rahil-c](https://github.com/rahil-c)
(https://github.com/apache/iceberg/pull/9695#event-13139602437)
https://github.com/apach
corleyma commented on code in PR #786:
URL: https://github.com/apache/iceberg-python/pull/786#discussion_r1637425676
##
pyiceberg/io/pyarrow.py:
##
@@ -1795,15 +1873,19 @@ def write_file(io: FileIO, table_metadata:
TableMetadata, tasks: Iterator[WriteT
def write_parquet(
jackye1995 commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1623316280
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3642,6 +3781,173 @@ components:
type: integer
description: "List of equality field IDs"
+
jackye1995 commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1623316510
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3804,6 +4110,41 @@ components:
}
}
+# Note that this is a representative example respon
rahil-c commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1623750983
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3804,6 +4110,41 @@ components:
}
}
+# Note that this is a representative example response
jackye1995 commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1623316674
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3804,6 +4110,41 @@ components:
}
}
+# Note that this is a representative example respon
jackye1995 commented on code in PR #9695:
URL: https://github.com/apache/iceberg/pull/9695#discussion_r1623317017
##
open-api/rest-catalog-open-api.yaml:
##
@@ -537,6 +537,124 @@ paths:
5XX:
$ref: '#/components/responses/ServerErrorResponse'
+ /v1/{prefix}
madeirak commented on issue #10487:
URL: https://github.com/apache/iceberg/issues/10487#issuecomment-2164257077
> Well probably we want to keep the historical spec around, but at least in
validation we may want to skip that if it’s unreferenced
thx for reply, btw, the situation I ment
syun64 commented on code in PR #786:
URL: https://github.com/apache/iceberg-python/pull/786#discussion_r1637425908
##
pyiceberg/io/pyarrow.py:
##
@@ -1795,15 +1873,19 @@ def write_file(io: FileIO, table_metadata:
TableMetadata, tasks: Iterator[WriteT
def write_parquet(ta
corleyma commented on code in PR #786:
URL: https://github.com/apache/iceberg-python/pull/786#discussion_r1637425676
##
pyiceberg/io/pyarrow.py:
##
@@ -1795,15 +1873,19 @@ def write_file(io: FileIO, table_metadata:
TableMetadata, tasks: Iterator[WriteT
def write_parquet(
syun64 commented on code in PR #786:
URL: https://github.com/apache/iceberg-python/pull/786#discussion_r1637423967
##
pyiceberg/io/pyarrow.py:
##
@@ -1005,36 +1004,46 @@ def _task_to_table(
columns=[col.name for col in file_project_schema.columns],
)
-
corleyma commented on code in PR #786:
URL: https://github.com/apache/iceberg-python/pull/786#discussion_r1637416828
##
pyiceberg/io/pyarrow.py:
##
@@ -1795,15 +1873,19 @@ def write_file(io: FileIO, table_metadata:
TableMetadata, tasks: Iterator[WriteT
def write_parquet(
huyuanfeng2018 commented on issue #9349:
URL: https://github.com/apache/iceberg/issues/9349#issuecomment-2164217430
> @huyuanfeng2018 Is there a way this can be closed? I see in other catalog
files you have made changes so that close method is called.
I think this depends on spark. Sp
corleyma commented on code in PR #786:
URL: https://github.com/apache/iceberg-python/pull/786#discussion_r1637386352
##
pyiceberg/io/pyarrow.py:
##
@@ -1005,36 +1004,46 @@ def _task_to_table(
columns=[col.name for col in file_project_schema.columns],
)
-
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637353561
##
pyiceberg/table/__init__.py:
##
@@ -2931,14 +3161,52 @@ def _deleted_entries(self) -> List[ManifestEntry]:
return []
-class OverwriteFiles(_MergingS
amogh-jahagirdar commented on issue #10487:
URL: https://github.com/apache/iceberg/issues/10487#issuecomment-2164199701
Well probably we want to keep the historical spec around, but at least in
validation we may want to skip that if it’s unreferenced
--
This is an automated message from
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637353561
##
pyiceberg/table/__init__.py:
##
@@ -2931,14 +3161,52 @@ def _deleted_entries(self) -> List[ManifestEntry]:
return []
-class OverwriteFiles(_MergingS
liurenjie1024 commented on PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#issuecomment-2164182531
> Hi @liurenjie1024 - sorry to pester you but are you able to re-review this
please? It's the last major piece of the puzzle on the read side.
Hi, @sdd Sorry for delay. I'l
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637347402
##
pyiceberg/table/__init__.py:
##
@@ -2931,14 +3161,52 @@ def _deleted_entries(self) -> List[ManifestEntry]:
return []
-class OverwriteFiles(_MergingS
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637279841
##
pyiceberg/table/__init__.py:
##
@@ -454,6 +482,74 @@ def overwrite(
for data_file in data_files:
update_snapshot.append_dat
syun64 commented on code in PR #810:
URL: https://github.com/apache/iceberg-python/pull/810#discussion_r1637326766
##
pyiceberg/table/__init__.py:
##
@@ -474,6 +474,26 @@ def add_files(self, file_paths: List[str],
snapshot_properties: Dict[str, str] =
for data_file
amogh-jahagirdar commented on issue #10487:
URL: https://github.com/apache/iceberg/issues/10487#issuecomment-2164155791
Thanks for reporting @madeirak . I think this is similar to
https://github.com/apache/iceberg/issues/10234 but this particular issue also
brings up a nuance in the "unrefe
szehon-ho commented on code in PR #10288:
URL: https://github.com/apache/iceberg/pull/10288#discussion_r1637317765
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/AnalyzeTableSparkAction.java:
##
@@ -0,0 +1,159 @@
+/*
+ * Licensed to the Apache Software Founda
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637279841
##
pyiceberg/table/__init__.py:
##
@@ -454,6 +482,74 @@ def overwrite(
for data_file in data_files:
update_snapshot.append_dat
szehon-ho commented on code in PR #10288:
URL: https://github.com/apache/iceberg/pull/10288#discussion_r1637308620
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/AnalyzeTableSparkAction.java:
##
@@ -0,0 +1,157 @@
+/*
+ * Licensed to the Apache Software Founda
szehon-ho commented on code in PR #10288:
URL: https://github.com/apache/iceberg/pull/10288#discussion_r1637308620
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/AnalyzeTableSparkAction.java:
##
@@ -0,0 +1,157 @@
+/*
+ * Licensed to the Apache Software Founda
github-actions[bot] closed issue #2572: Support creating flink table without
creating an explicit hive/hadoop catalog
URL: https://github.com/apache/iceberg/issues/2572
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
github-actions[bot] commented on issue #2571:
URL: https://github.com/apache/iceberg/issues/2571#issuecomment-2164119844
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2569: Error when dropping partition fields
for the same source field more than once.
URL: https://github.com/apache/iceberg/issues/2569
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
github-actions[bot] commented on issue #2562:
URL: https://github.com/apache/iceberg/issues/2562#issuecomment-2164119755
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] closed issue #2567: Hive: cannot find field xxx at Map
operator initialization failed when iceberg table join hive table
URL: https://github.com/apache/iceberg/issues/2567
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
github-actions[bot] closed issue #2561: Web 404 Not Found, Many page jump links
cannot be opened
URL: https://github.com/apache/iceberg/issues/2561
--
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 th
github-actions[bot] commented on issue #2561:
URL: https://github.com/apache/iceberg/issues/2561#issuecomment-2164119746
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2553:
URL: https://github.com/apache/iceberg/issues/2553#issuecomment-2164119702
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2554: Cannot Drop Table Created with
HiveIcebergStorageHandler Enabled but Metadata.json is Missing
URL: https://github.com/apache/iceberg/issues/2554
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
github-actions[bot] commented on issue #2554:
URL: https://github.com/apache/iceberg/issues/2554#issuecomment-2164119732
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2542: Improve backward compatibility tests
for spec changes introduced in all table versions
URL: https://github.com/apache/iceberg/issues/2542
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
github-actions[bot] commented on issue #2542:
URL: https://github.com/apache/iceberg/issues/2542#issuecomment-2164119658
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2537:
URL: https://github.com/apache/iceberg/issues/2537#issuecomment-2164119648
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2536:
URL: https://github.com/apache/iceberg/issues/2536#issuecomment-2164119625
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2534: Flink: add vectorized read for flink
URL: https://github.com/apache/iceberg/issues/2534
--
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.
github-actions[bot] closed issue #2576: Hive: insert overwrite table xxx
partition (pt='xxx') on iceberg table
URL: https://github.com/apache/iceberg/issues/2576
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
github-actions[bot] commented on issue #2572:
URL: https://github.com/apache/iceberg/issues/2572#issuecomment-2164119874
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2576:
URL: https://github.com/apache/iceberg/issues/2576#issuecomment-2164119896
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2571: Flink batch job cannot read the iceberg
table that writing few chang-log events in format v2.
URL: https://github.com/apache/iceberg/issues/2571
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
github-actions[bot] commented on issue #2569:
URL: https://github.com/apache/iceberg/issues/2569#issuecomment-2164119813
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2567:
URL: https://github.com/apache/iceberg/issues/2567#issuecomment-2164119792
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2553: Spark filters do not work on int96
timestamp columns
URL: https://github.com/apache/iceberg/issues/2553
--
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 sp
github-actions[bot] commented on issue #2545:
URL: https://github.com/apache/iceberg/issues/2545#issuecomment-2164119684
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] commented on issue #2534:
URL: https://github.com/apache/iceberg/issues/2534#issuecomment-2164119607
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2545: Reduce errorprone warnings for Iceberg
build
URL: https://github.com/apache/iceberg/issues/2545
--
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 c
github-actions[bot] closed issue #2537: Flink : add filters to project for
flink IcebergTableSource
URL: https://github.com/apache/iceberg/issues/2537
--
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 t
github-actions[bot] closed issue #2536: Flink : Data skew when we use
RewriteDataFilesAction of flink to do rewrite
URL: https://github.com/apache/iceberg/issues/2536
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on issue #2527:
URL: https://github.com/apache/iceberg/issues/2527#issuecomment-2164119585
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #2527: Spark Dynamic Partition Pruning
URL: https://github.com/apache/iceberg/issues/2527
--
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 un
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637279841
##
pyiceberg/table/__init__.py:
##
@@ -454,6 +482,74 @@ def overwrite(
for data_file in data_files:
update_snapshot.append_dat
syun64 commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1637279841
##
pyiceberg/table/__init__.py:
##
@@ -454,6 +482,74 @@ def overwrite(
for data_file in data_files:
update_snapshot.append_dat
szehon-ho commented on PR #10020:
URL: https://github.com/apache/iceberg/pull/10020#issuecomment-2164091222
Thanks @RussellSpitzer for helping get this through the finish line!
PR to fix _partition metadata column collisions to come subsequently
--
This is an automated message fro
szehon-ho closed issue #9923: Calling `rewrite_position_delete_files` fails on
tables with more than 1k columns
URL: https://github.com/apache/iceberg/issues/9923
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
szehon-ho merged PR #10020:
URL: https://github.com/apache/iceberg/pull/10020
--
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
syun64 commented on issue #402:
URL: https://github.com/apache/iceberg-python/issues/402#issuecomment-2164079178
Hi @corleyma - I opened up this PR to address your comment here by
[introducing a scan API that will return a
RecordBatchReader](https://github.com/apache/iceberg-python/pull/786
szehon-ho commented on code in PR #10020:
URL: https://github.com/apache/iceberg/pull/10020#discussion_r1637207700
##
core/src/main/java/org/apache/iceberg/PositionDeletesTable.java:
##
@@ -132,6 +138,35 @@ private Schema calculateSchema() {
Types.StringType.get
szehon-ho commented on PR #10020:
URL: https://github.com/apache/iceberg/pull/10020#issuecomment-2164025346
Thanks, added test
--
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
stevenzwu commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1637170443
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TriggerManager.java:
##
@@ -0,0 +1,295 @@
+/*
+ * Licensed to the Apache Software F
syun64 commented on PR #603:
URL: https://github.com/apache/iceberg-python/pull/603#issuecomment-2164014600
> Thanks @syun64 for implementing this! It would be pretty useful for some
work I'm doing. When do you think this will be released? I see it's on the
[near term roadmap](https://githu
puchengy commented on PR #4912:
URL: https://github.com/apache/iceberg/pull/4912#issuecomment-2163990331
@amogh-jahagirdar Hi, I am checking in to see if there is any update? thank
you!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
stevenzwu commented on code in PR #10484:
URL: https://github.com/apache/iceberg/pull/10484#discussion_r1637109731
##
flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TriggerManager.java:
##
@@ -0,0 +1,295 @@
+/*
+ * Licensed to the Apache Software F
s-akhtar-baig commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1637115175
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refer
allen-abhishekkr commented on issue #9349:
URL: https://github.com/apache/iceberg/issues/9349#issuecomment-2163881242
@huyuanfeng2018 Is there a way this can be closed? I see in other catalog
files you have made changes so that close method is called.
--
This is an automated message from
marvinlanhenke commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1636945871
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refe
marvinlanhenke commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1636945871
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refe
marvinlanhenke commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1636931579
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refe
marvinlanhenke commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1636931579
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refe
RussellSpitzer commented on code in PR #10020:
URL: https://github.com/apache/iceberg/pull/10020#discussion_r1636890810
##
core/src/main/java/org/apache/iceberg/PositionDeletesTable.java:
##
@@ -132,6 +138,35 @@ private Schema calculateSchema() {
Types.StringTyp
RussellSpitzer commented on code in PR #10020:
URL: https://github.com/apache/iceberg/pull/10020#discussion_r1636888413
##
core/src/main/java/org/apache/iceberg/PositionDeletesTable.java:
##
@@ -132,6 +138,35 @@ private Schema calculateSchema() {
Types.StringTyp
chinmay-bhat commented on PR #787:
URL: https://github.com/apache/iceberg-python/pull/787#issuecomment-2163505455
I created a new PR against my fork, and once the GitHub actions failed, I
manually re-tried them.
https://github.com/chinmay-bhat/iceberg-python/pull/1/checks?sha=8c2e79a9c62
Gowthami03B commented on code in PR #614:
URL: https://github.com/apache/iceberg-python/pull/614#discussion_r1636801371
##
pyiceberg/table/__init__.py:
##
@@ -3537,6 +3537,106 @@ def update_partitions_map(
schema=table_schema,
)
+def files(self, snaps
manuzhang commented on code in PR #10463:
URL: https://github.com/apache/iceberg/pull/10463#discussion_r1636767183
##
docs/docs/flink-ddl.md:
##
@@ -146,7 +146,7 @@ CREATE TABLE `hive_catalog`.`default`.`sample` (
) WITH ('format-version'='2');
```
-Table create commands sup
s-akhtar-baig commented on code in PR #367:
URL: https://github.com/apache/iceberg-rust/pull/367#discussion_r1636758827
##
crates/iceberg/src/expr/visitors/manifest_evaluator.rs:
##
@@ -103,98 +106,255 @@ impl BoundPredicateVisitor for ManifestFilterVisitor<'_>
{
refer
anuragmantri commented on code in PR #7770:
URL: https://github.com/apache/iceberg/pull/7770#discussion_r1636692608
##
api/src/main/java/org/apache/iceberg/Snapshot.java:
##
@@ -162,6 +162,16 @@ default Iterable removedDeleteFiles(FileIO io)
{
*/
String manifestListLocat
kevinjqliu commented on issue #808:
URL: https://github.com/apache/iceberg-python/issues/808#issuecomment-2163223031
Ideally, all the headers and subheaders can be anchored.
GitHub markdown provides this functionality:
https://github.com/apache/iceberg-python/blob/main/mkdocs/docs/
syun64 commented on PR #807:
URL: https://github.com/apache/iceberg-python/pull/807#issuecomment-2163182848
> To summarize the discussion in
https://github.com/apache/iceberg-python/issues/791, we could always benefit
from reading data as `large_*` type since offset is 64-bit.
Yes,
ajantha-bhat commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1636542443
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/data/SinkWriter.java:
##
@@ -0,0 +1,140 @@
+/*
+ * Licensed to the Apache Software Founda
ajantha-bhat commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1636508431
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/data/SinkWriter.java:
##
@@ -0,0 +1,140 @@
+/*
+ * Licensed to the Apache Software Founda
ajantha-bhat commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1636493641
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/IcebergSinkTask.java:
##
@@ -0,0 +1,103 @@
+/*
+ * Licensed to the Apache Software Founda
ajantha-bhat commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1636476953
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/channel/Coordinator.java:
##
@@ -0,0 +1,294 @@
+/*
+ * Licensed to the Apache Software Fo
ajantha-bhat commented on code in PR #10351:
URL: https://github.com/apache/iceberg/pull/10351#discussion_r1636475405
##
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/CatalogUtils.java:
##
@@ -0,0 +1,98 @@
+/*
+ * Licensed to the Apache Software Foundation
ggershinsky commented on code in PR #7770:
URL: https://github.com/apache/iceberg/pull/7770#discussion_r1636470435
##
api/src/main/java/org/apache/iceberg/Snapshot.java:
##
@@ -162,6 +162,16 @@ default Iterable removedDeleteFiles(FileIO io)
{
*/
String manifestListLocati
Fokko merged PR #10321:
URL: https://github.com/apache/iceberg/pull/10321
--
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.apa
Fokko merged PR #811:
URL: https://github.com/apache/iceberg-python/pull/811
--
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.
1 - 100 of 118 matches
Mail list logo