We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc1097 commit b86e8d4Copy full SHA for b86e8d4
1 file changed
LICENSE
@@ -214,9 +214,13 @@ License: Public Domain
214
215
This product includes code from Apache Arrow.
216
217
-* checked_cast utility in src/iceberg/util/checked_cast.h.
218
-* visit_type utility in src/iceberg/util/visit_type.h.
219
-* Decimal128 implementation details in src/iceberg/util/decimal files.
+* Core utilities:
+ * checked_cast utility in src/iceberg/util/checked_cast.h.
+ * visit_type utility in src/iceberg/util/visit_type.h.
220
+ * Decimal128 implementation details in src/iceberg/util/decimal files.
221
+* Build system modules:
222
+ * cmake_modules/IcebergBuildUtils.cmake.
223
+ * cmake_modules/IcebergThirdpartyToolchain.cmake.
224
225
Copyright: 2016-2025 The Apache Software Foundation.
226
Home page: https://arrow.apache.org/
0 commit comments