Skip to content

[KYUUBI #7574] Fix typo in kyuubi-extension-spark-jdbc-dialect pom.xml#7573

Closed
maomaodev wants to merge 1 commit into
apache:masterfrom
maomaodev:kyuubi_build
Closed

[KYUUBI #7574] Fix typo in kyuubi-extension-spark-jdbc-dialect pom.xml#7573
maomaodev wants to merge 1 commit into
apache:masterfrom
maomaodev:kyuubi_build

Conversation

@maomaodev

@maomaodev maomaodev commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Why are the changes needed?

Fixed #7574. There is a typo in extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml:

<outputDirectory>target/scala-${scala.binary.verison}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.verison}/test-classes</testOutputDirectory>

The property name scala.binary.verison is misspelled (should be scala.binary.version). Because Maven cannot resolve the misspelled property, the placeholder is not substituted, and the build outputs are written to a directory literally named target/scala-${scala.binary.verison}/ instead of the expected target/scala-2.12/ or target/scala-2.13/.

How was this patch tested?

Pass GHA.

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

No

@maomaodev maomaodev changed the title Fix typo in kyuubi-extension-spark-jdbc-dialect pom.xml [KYUUBI #7574] Fix typo in kyuubi-extension-spark-jdbc-dialect pom.xml Jul 16, 2026
@pan3793 pan3793 added this to the v1.10.4 milestone Jul 16, 2026
@pan3793 pan3793 closed this in 794ebc5 Jul 16, 2026
pan3793 pushed a commit that referenced this pull request Jul 16, 2026
### Why are the changes needed?

Fixed #7574. There is a typo in extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml:
```
<outputDirectory>target/scala-${scala.binary.verison}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.verison}/test-classes</testOutputDirectory>
```
The property name `scala.binary.verison` is misspelled (should be `scala.binary.version`). Because Maven cannot resolve the misspelled property, the placeholder is not substituted, and the build outputs are written to a directory literally named target/scala-${scala.binary.verison}/ instead of the expected target/scala-2.12/ or target/scala-2.13/.

### How was this patch tested?

Pass GHA.

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

No

Closes #7573 from maomaodev/kyuubi_build.

Closes #7574

a31d7ac [lifumao] Fix typo in kyuubi-extension-spark-jdbc-dialect pom.xml

Authored-by: lifumao <lifumao@tencent.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 794ebc5)
Signed-off-by: Cheng Pan <chengpan@apache.org>
pan3793 pushed a commit that referenced this pull request Jul 16, 2026
### Why are the changes needed?

Fixed #7574. There is a typo in extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml:
```
<outputDirectory>target/scala-${scala.binary.verison}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.verison}/test-classes</testOutputDirectory>
```
The property name `scala.binary.verison` is misspelled (should be `scala.binary.version`). Because Maven cannot resolve the misspelled property, the placeholder is not substituted, and the build outputs are written to a directory literally named target/scala-${scala.binary.verison}/ instead of the expected target/scala-2.12/ or target/scala-2.13/.

### How was this patch tested?

Pass GHA.

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

No

Closes #7573 from maomaodev/kyuubi_build.

Closes #7574

a31d7ac [lifumao] Fix typo in kyuubi-extension-spark-jdbc-dialect pom.xml

Authored-by: lifumao <lifumao@tencent.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 794ebc5)
Signed-off-by: Cheng Pan <chengpan@apache.org>
@pan3793

pan3793 commented Jul 16, 2026

Copy link
Copy Markdown
Member

thanks, merged to master/1.11/1.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Typo in kyuubi-extension-spark-jdbc-dialect pom.xml

2 participants