ClaireLytt commented on code in PR #36492:
URL: https://github.com/apache/shardingsphere/pull/36492#discussion_r2328584810
##########
test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/storage/impl/HiveContainer.java:
##########
@@ -96,12 +98,18 @@ protected Optional<String> getDefaultDatabaseName() {
protected void postStart() {
try {
execInContainer("bash", "-c",
- "beeline -u \"jdbc:hive2://localhost:10000/default\" -e
\"CREATE DATABASE IF NOT EXISTS encrypt; CREATE DATABASE IF NOT EXISTS
expected_dataset;\"");
- System.out.println("Databases created successfully in
postStart()");
+ "beeline -u \"jdbc:hive2://localhost:10000/default\" -e
\"CREATE DATABASE IF NOT EXISTS encrypt; "
+ + "CREATE DATABASE IF NOT EXISTS expected_dataset;
CREATE DATABASE IF NOT EXISTS mask;\"");
Review Comment:
I have changed this hardcoding approach in the new commit.
--
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]