diff --git a/.asf.yaml b/.asf.yaml
index ce27a54e3..675f474c6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,9 +48,8 @@ github:
issues: true
projects: true
collaborators:
- - Xuanwo
- - liurenjie1024
- JanKaul
+ - c-thiel
ghp_branch: gh-pages
ghp_path: /
diff --git a/api/iceberg/enum.ErrorKind.html b/api/iceberg/enum.ErrorKind.html
index 015b050df..fd2424477 100644
--- a/api/iceberg/enum.ErrorKind.html
+++ b/api/iceberg/enum.ErrorKind.html
@@ -13,7 +13,7 @@
FeatureUnsupported
Iceberg feature is not supported.
This error is returned when given iceberg feature is not supported.
Create a predicate which is the reverse of this predicate. For example: NOT (a > 10)
.
Create a predicate which is the reverse of this predicate. For example: NOT (a > 10)
.
This is different from Predicate::negate()
since it doesn’t rewrite expression, but
just adds a NOT
operator.
source
. Read moresource
. Read moreself
and other
values to be equal, and is used
by ==
.use iceberg::expr::{PredicateOperator, Reference, UnaryExpression};
UnaryExpression::new(PredicateOperator::IsNull, Reference::new("c"));
source
. Read moresource
. Read moreself
and other
values to be equal, and is used
by ==
.Error type for DataFileBuilder
Uninitialized field
Custom validation error
-Iceberg format version
source
. Read moresource
. Read moreCreate iceberg value from a json value
See this spec for reference.
-Converting iceberg value to json value.
+The type of files tracked by the manifest, either data or delete files; Data(0) for all v1 manifests
source
. Read moreself
and other
values to be equal, and is used
+source
. Read moreself
and other
values to be equal, and is used
by ==
.Check whether literal is compatible with the type.
-source
. Read moresource
. Read moreself
and other
values to be equal, and is used
by ==
.!=
. The default implementation is almost always
diff --git a/api/iceberg/spec/enum.SortOrderBuilderError.html b/api/iceberg/spec/enum.SortOrderBuilderError.html
index b05178d23..e9a4db661 100644
--- a/api/iceberg/spec/enum.SortOrderBuilderError.html
+++ b/api/iceberg/spec/enum.SortOrderBuilderError.html
@@ -4,7 +4,7 @@
}Error type for SortOrderBuilder
Uninitialized field
Custom validation error
-Check if it’s float or double type.
Iceberg format version
Iceberg view spec version 1
-source
. Read moresource
. Read moreself
and other
values to be equal, and is used
diff --git a/api/iceberg/spec/struct.Datum.html b/api/iceberg/spec/struct.Datum.html
index 2461c1efc..2a633626b 100644
--- a/api/iceberg/spec/struct.Datum.html
+++ b/api/iceberg/spec/struct.Datum.html
@@ -265,7 +265,7 @@
Get the primitive type from datum.
self
and other
values to be equal, and is used
by ==
.!=
. The default implementation is almost always
diff --git a/api/iceberg/spec/struct.Schema.html b/api/iceberg/spec/struct.Schema.html
index 64b689fc1..fe95962e8 100644
--- a/api/iceberg/spec/struct.Schema.html
+++ b/api/iceberg/spec/struct.Schema.html
@@ -17,8 +17,8 @@
Get field id by full name.
Get field id by full name.
Get an accessor for retrieving data in a struct
-Get struct field with certain id
Get struct field with certain field name
Get fields.
-source
. Read moresource
. Read more