Skip to content

Commit 4daf90e

Browse files
author
julien
committed
[chore] Updated README
1 parent e2aed26 commit 4daf90e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,14 @@ Splits: 10 total, 10 done (100.00%)
7272
=== Tableau
7373

7474
Follow these steps to connect Tableau: https://help.tableau.com/current/pro/desktop/en-us/examples_presto.htm
75+
76+
== Build
77+
78+
Run these commands to build the Trino connector for RediSearch from source:
79+
80+
[source,bash]
81+
----
82+
git clone https://github.com/redis-field-engineering/sql-redis.git
83+
cd sql-redis
84+
./gradlew clean build
85+
----

subprojects/trino-redisearch/src/test/java/com/redis/trino/RediSearchQueryRunner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public static DistributedQueryRunner createRediSearchQueryRunner(RediSearchServe
5454
LOG.info("Loading data...");
5555

5656
long startTime = System.nanoTime();
57-
// Beers.populateIndex(server.getTestContext().getConnection());
5857
for (TpchTable<?> table : tables) {
5958
loadTpchTopic(server, trinoClient, table);
6059
}

0 commit comments

Comments
 (0)