justing-bq commented on code in PR #49695:
URL: https://github.com/apache/arrow/pull/49695#discussion_r3416330533
##########
compose.yaml:
##########
@@ -371,6 +372,22 @@ services:
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/cpp_test.sh /arrow /build"
+ dremio:
+ platform: linux/x86_64
+ image: dremio/dremio-oss:latest
+ ports:
+ - 9047:9047 # REST API
+ - 31010:31010 # JDBC/ODBC
+ - 32010:32010
+ container_name: dremio_container
+ environment:
+ - DREMIO_JAVA_SERVER_EXTRA_OPTS=-Dsaffron.default.charset=UTF-8
-Dsaffron.default.nationalcharset=UTF-8
-Dsaffron.default.collation.name=UTF-8$$en_US
+ healthcheck:
+ test: curl --fail http://localhost:9047 || exit 1
Review Comment:
I don't believe it is necessary so I removed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]