dependabot[bot] opened a new pull request, #6082:
URL: https://github.com/apache/iceberg/pull/6082
Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.18.0
to 0.19.0.
Release notes
Sourced from https://github.com/indygreg/python-zstandard/releases";>zstandard's
dependabot[bot] opened a new pull request, #6081:
URL: https://github.com/apache/iceberg/pull/6081
Bumps [pyarrow](https://github.com/apache/arrow) from 9.0.0 to 10.0.0.
Commits
https://github.com/apache/arrow/commit/89f9a0948961f6e94f1ef5e4f310b707d22a3c11";>89f9a09
MINOR: [Re
dependabot[bot] opened a new pull request, #6080:
URL: https://github.com/apache/iceberg/pull/6080
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0.
Release notes
Sourced from https://github.com/pytest-dev/pytest/releases";>pytest's
releases.
7.2.0
dependabot[bot] opened a new pull request, #6079:
URL: https://github.com/apache/iceberg/pull/6079
Bumps [fastavro](https://github.com/fastavro/fastavro) from 1.6.1 to 1.7.0.
Changelog
Sourced from https://github.com/fastavro/fastavro/blob/master/ChangeLog";>fastavro's
changelog.
amogh-jahagirdar commented on code in PR #5150:
URL: https://github.com/apache/iceberg/pull/5150#discussion_r1008787248
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkBatchQueryScan.java:
##
@@ -270,6 +282,8 @@ && readSchema().equals(that.readSchema())
stevenzwu commented on code in PR #5984:
URL: https://github.com/apache/iceberg/pull/5984#discussion_r1008784212
##
api/src/main/java/org/apache/iceberg/IncrementalScan.java:
##
@@ -21,6 +21,23 @@
/** API for configuring an incremental scan. */
public interface IncrementalScan
stevenzwu commented on code in PR #5984:
URL: https://github.com/apache/iceberg/pull/5984#discussion_r1008784212
##
api/src/main/java/org/apache/iceberg/IncrementalScan.java:
##
@@ -21,6 +21,23 @@
/** API for configuring an incremental scan. */
public interface IncrementalScan
ajantha-bhat commented on PR #6048:
URL: https://github.com/apache/iceberg/pull/6048#issuecomment-1296078419
> I'll look into if there's a hugo feature for converting links (We could
convert the GitHub-friendly links to site links at build time).
Thanks.
--
This is an automated mes
ajantha-bhat closed pull request #6048: Docs: Fix broken link for puffin in Spec
URL: https://github.com/apache/iceberg/pull/6048
--
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.
namrathamyske commented on code in PR #5150:
URL: https://github.com/apache/iceberg/pull/5150#discussion_r1008783463
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -226,6 +222,12 @@ public Scan build() {
scan = scan.asOfTime
namrathamyske commented on code in PR #5150:
URL: https://github.com/apache/iceberg/pull/5150#discussion_r1008782974
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkBatchQueryScan.java:
##
@@ -270,6 +282,8 @@ && readSchema().equals(that.readSchema())
amogh-jahagirdar commented on code in PR #5150:
URL: https://github.com/apache/iceberg/pull/5150#discussion_r1008768894
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -226,6 +222,12 @@ public Scan build() {
scan = scan.asOfT
amogh-jahagirdar commented on code in PR #5150:
URL: https://github.com/apache/iceberg/pull/5150#discussion_r1008768894
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java:
##
@@ -226,6 +222,12 @@ public Scan build() {
scan = scan.asOfT
Fokko opened a new pull request, #6078:
URL: https://github.com/apache/iceberg/pull/6078
PR https://github.com/apache/iceberg/pull/6076 fails because the poetry
update command also bumped the version of FastAvro.
I don't think this is wanted behavior, therefore I suggest pinning the
aokolnychyi commented on code in PR #6077:
URL: https://github.com/apache/iceberg/pull/6077#discussion_r1008756137
##
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java:
##
@@ -57,6 +60,8 @@ public abstract class Sp
aokolnychyi commented on code in PR #6077:
URL: https://github.com/apache/iceberg/pull/6077#discussion_r1008755739
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkCopyOnWriteScan.java:
##
@@ -102,6 +103,14 @@ public NamedReference[] filterAttributes() {
aokolnychyi commented on code in PR #6077:
URL: https://github.com/apache/iceberg/pull/6077#discussion_r1008755707
##
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/execution/dynamicpruning/RowLevelCommandDynamicPruning.scala:
##
@@ -69,27 +73,34 @@ case class R
aokolnychyi opened a new pull request, #6077:
URL: https://github.com/apache/iceberg/pull/6077
This PR enables using a separate scan during file filtering in row-level
copy-on-write operations. This means the runtime filter subquery will now be
able to push down filters into row groups as w
samredai commented on PR #6048:
URL: https://github.com/apache/iceberg/pull/6048#issuecomment-1295884052
> I want to have links that work in both website and offline markdown file.
@ajantha-bhat this might be difficult to do without changing up at least the
way we deploy docs. I'll lo
Fokko opened a new pull request, #6076:
URL: https://github.com/apache/iceberg/pull/6076
The mmh3 project is abandoned, and not being maintained.
This results in that there are no wheels (compiled binaries) available for
newer versions of Python (3.10 and 3.11). I've forked the repo,
ConeyLiu commented on code in PR #4577:
URL: https://github.com/apache/iceberg/pull/4577#discussion_r1008683069
##
core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java:
##
@@ -978,6 +1091,32 @@ private Set
expectedManifestListPaths(Iterable snapshots, Long
ConeyLiu commented on code in PR #4577:
URL: https://github.com/apache/iceberg/pull/4577#discussion_r1008682913
##
core/src/main/java/org/apache/iceberg/avro/BuildAvroProjection.java:
##
@@ -107,13 +107,15 @@ public Schema record(Schema record, List names,
Iterable s
hililiwei opened a new pull request, #6075:
URL: https://github.com/apache/iceberg/pull/6075
## What is the purpose of the change
Support for Changlog scanning in the new Flink Source(FLIP-27)
It can be turned on in the following ways:
```
SELECT * FROM tableName /*+ O
ConeyLiu commented on code in PR #5632:
URL: https://github.com/apache/iceberg/pull/5632#discussion_r1008680666
##
core/src/main/java/org/apache/iceberg/ManifestReader.java:
##
@@ -101,20 +100,32 @@ private String fileClass() {
protected ManifestReader(
InputFile fil
singhpk234 commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1008612703
##
python/pyiceberg/catalog/glue.py:
##
@@ -0,0 +1,453 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.
singhpk234 commented on code in PR #6034:
URL: https://github.com/apache/iceberg/pull/6034#discussion_r1008659414
##
python/pyiceberg/catalog/glue.py:
##
@@ -0,0 +1,453 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.
luoyuxia commented on issue #3395:
URL: https://github.com/apache/iceberg/issues/3395#issuecomment-1295758977
It should be fixed by latest Flink.
--
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 t
27 matches
Mail list logo