Skip to content

Commit c709df4

Browse files
authored
fix(java/driver/jni): update AdbcDriverFactory metadata (apache#3348)
1 parent b31a824 commit c709df4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ export BUILD_DRIVER_MANAGER=ON
364364
export BUILD_DRIVER_SQLITE=ON
365365
./ci/scripts/cpp_build.sh $(pwd) $(pwd)/build $(pwd)/local
366366
367+
# Ensure JAVA_HOME is set.
368+
# If it's not set, you can find it like so:
369+
# java -XshowSettings:properties -version 2>&1 >/dev/null | grep java.home
370+
367371
# Build the JNI libraries
368372
./ci/scripts/java_jni_build.sh $(pwd) $(pwd)/java/build $(pwd)/local
369373
```

java/driver/jni/src/main/resources/META-INF/services/org.apache.arrow.adbc.drivermanager.AdbcDriverFactory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
org.apache.arrow.adbc.driver.jni.NativeDriverFactory
18+
org.apache.arrow.adbc.driver.jni.JniDriverFactory

0 commit comments

Comments
 (0)