File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 199
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
See the License for the specific language governing permissions and
201
201
limitations under the License.
202
+
203
+ ========================================================================
204
+ Apache 2.0 licenses
205
+ ========================================================================
206
+
207
+ The following components are provided under the Apache License. See project link for details.
208
+ The text of each license is the standard Apache 2.0 license.
209
+
210
+ -------------------------------------------------------------------------------
211
+
212
+ This product includes code from Apache Hudi
213
+
214
+ * org.apache.xtable.hudi.HudiInstantUtils adapted from org.apache.hudi.common.table.timeline.HoodieActiveTimeline
215
+
216
+ Copyright 2001-2024 The Apache Software Foundation
217
+
218
+ Home page: https://hudi.apache.org/
219
+ License: http://www.apache.org/licenses/LICENSE-2.0
220
+
221
+ -------------------------------------------------------------------------------
222
+
223
+ This product includes code from Apache Spark
224
+
225
+ * org.apache.xtable.hudi.HudiSchemaExtractor adapted from org.apache.spark.sql.avro.SchemaConverters
226
+
227
+ Copyright: 2014 and onwards The Apache Software Foundation
228
+ Home page: http://spark.apache.org/
229
+ License: http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change @@ -3,3 +3,25 @@ Copyright 2024 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (https://www.apache.org/).
6
+
7
+ --------------------------------------------------------------------------------
8
+
9
+ This product includes code from Apache Hudi, which includes the following in
10
+ its NOTICE file:
11
+
12
+ Apache Hudi
13
+ Copyright 2019-2020 The Apache Software Foundation
14
+
15
+ This product includes software developed at
16
+ The Apache Software Foundation (http://www.apache.org/).
17
+
18
+ --------------------------------------------------------------------------------
19
+
20
+ This product includes code from Apache Spark, which includes the following in
21
+ its NOTICE file:
22
+
23
+ Apache Spark
24
+ Copyright 2014 and onwards The Apache Software Foundation.
25
+
26
+ This product includes software developed at
27
+ The Apache Software Foundation (http://www.apache.org/).
You can’t perform that action at this time.
0 commit comments