Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(java/scala): auto check and insert unified license header #3296

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci(java/scala): auto check and insert unified license header
yanghua committed Jan 2, 2025
commit 95a88f71b4afa6524a1dc55ed1193496d59c3229
Original file line number Diff line number Diff line change
@@ -13,6 +13,16 @@
*/
package org.apache.spark.sql.util

/*
* The following code is originally from https://github.com/apache/spark/blob/master/sql/api/src/main/scala/org/apache/spark/sql/util/ArrowUtils.scala
* and is licensed under the Apache license:
*
* License: Apache License 2.0, Copyright 2014 and onwards The Apache Software Foundation.
* https://github.com/apache/spark/blob/master/LICENSE
*
* It has been modified by the Lance developers to fit the needs of the Lance project.
*/

import com.lancedb.lance.spark.LanceConstant

import org.apache.arrow.vector.complex.MapVector
Original file line number Diff line number Diff line change
@@ -13,6 +13,16 @@
*/
package org.apache.spark.sql.util

/*
* The following code is originally from https://github.com/apache/spark/blob/master/sql/catalyst/src/test/scala/org/apache/spark/sql/util/ArrowUtilsSuite.scala
* and is licensed under the Apache license:
*
* License: Apache License 2.0, Copyright 2014 and onwards The Apache Software Foundation.
* https://github.com/apache/spark/blob/master/LICENSE
*
* It has been modified by the Lance developers to fit the needs of the Lance project.
*/

import com.lancedb.lance.spark.LanceConstant

import org.apache.arrow.vector.types.pojo.ArrowType
Original file line number Diff line number Diff line change
@@ -13,6 +13,16 @@
*/
package org.apache.spark.sql.vectorized

/*
* The following code is originally from https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/vectorized/ArrowColumnVectorSuite.scala
* and is licensed under the Apache license:
*
* License: Apache License 2.0, Copyright 2014 and onwards The Apache Software Foundation.
* https://github.com/apache/spark/blob/master/LICENSE
*
* It has been modified by the Lance developers to fit the needs of the Lance project.
*/

import com.lancedb.lance.spark.LanceConstant

import org.apache.arrow.vector._