Skip to content

Commit

Permalink
[SPARK-50155][INFRA] Move scala and java files to their default f…
Browse files Browse the repository at this point in the history
…olders

### What changes were proposed in this pull request?
The pr aims to move `scala` and `java` files to their default folders (`src/main/scala` and `src/main/java`), includes:
- `ByteArrayUtils.java`
  from: `common/utils/src/main/scala/org/apache/spark/unsafe/array/ByteArrayUtils.java`
  to: `common/utils/src/main/java/org/apache/spark/unsafe/array/ByteArrayUtils.java`
- `CustomDecimal.scala`
  from: `connector/avro/src/main/java/org/apache/spark/sql/avro/CustomDecimal.scala`
  to: `connector/avro/src/main/scala/org/apache/spark/sql/avro/CustomDecimal.scala
-  `OrcCompressionCodec.java`
  from: `sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcCompressionCodec.java `
  to: `sql/core/src/main/java/org/apache/spark/sql/execution/datasources/orc/OrcCompressionCodec.java`

### Why are the changes needed?
Move `scala` and `java` files to the default folder of the project to avoid `misunderstandings` for spark developers.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#48691 from panbingkun/SPARK-50155.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
  • Loading branch information
panbingkun authored and MaxGekk committed Oct 29, 2024
1 parent bb29a3f commit 4d30048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.

0 comments on commit 4d30048

Please sign in to comment.