pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2100573472
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkObjectModels.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2100572403
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkObjectModels.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
stevenzwu commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2098584258
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkObjectModels.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (AS
stevenzwu commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2098577496
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkObjectModels.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apache Software Foundation (AS
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039702540
##
core/src/main/java/org/apache/iceberg/io/ReadBuilder.java:
##
@@ -0,0 +1,128 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contri
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039702540
##
core/src/main/java/org/apache/iceberg/io/ReadBuilder.java:
##
@@ -0,0 +1,128 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contri
pvary commented on PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#issuecomment-2796962816
Extracted the proposed interfaces to a different PR, so it is easier to
review them. See: #12774
--
This is an automated message from the Apache Git Service.
To respond to the message,
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039563923
##
core/src/main/java/org/apache/iceberg/io/ReadBuilder.java:
##
@@ -0,0 +1,128 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contri
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039552868
##
core/src/main/java/org/apache/iceberg/io/ReadBuilder.java:
##
@@ -0,0 +1,128 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contri
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039514284
##
core/src/main/java/org/apache/iceberg/io/AppenderBuilder.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more co
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039506741
##
core/src/main/java/org/apache/iceberg/io/AppenderBuilder.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more co
pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2039507754
##
core/src/main/java/org/apache/iceberg/io/AppenderBuilder.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more co
pvary commented on PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#issuecomment-2792008669
> > Are you suggesting that we should use Arrow as an intermediate format?
>
> That is one way, and personally, I'd be a fan, but I wasn't sure it was
practical or not in the code b
danielcweeks commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2038212300
##
core/src/main/java/org/apache/iceberg/io/ReadBuilder.java:
##
@@ -0,0 +1,128 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more
danielcweeks commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2038209707
##
core/src/main/java/org/apache/iceberg/io/ReadBuilder.java:
##
@@ -0,0 +1,128 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more
danielcweeks commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2038207677
##
core/src/main/java/org/apache/iceberg/io/AppenderBuilder.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
danielcweeks commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2038205281
##
core/src/main/java/org/apache/iceberg/io/AppenderBuilder.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
danielcweeks commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2038204652
##
core/src/main/java/org/apache/iceberg/io/AppenderBuilder.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
westonpace commented on PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#issuecomment-2790138898
> Are you suggesting that we should use Arrow as an intermediate format?
That is one way, and personally, I'd be a fan, but I wasn't sure it was
practical or not in the code ba
pvary commented on PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#issuecomment-2788854677
> Overall, +1 from me 🎉
>
> I made a prototype Lance implementation here:
[84bf5c5](https://github.com/apache/iceberg/commit/84bf5c53bc5ea19101bb7f21d72f24666c2b3804)
@weston
20 matches
Mail list logo