Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error for postgresql CREATE TABLE #99

Closed
japinli opened this issue Apr 12, 2023 · 1 comment · Fixed by #100
Closed

Syntax error for postgresql CREATE TABLE #99

japinli opened this issue Apr 12, 2023 · 1 comment · Fixed by #100

Comments

@japinli
Copy link

japinli commented Apr 12, 2023

Hi, When I use ClickHouse run benchmark for PostgreSQL, I found there is a syntax error in create.sql. Here we should remove the last comma.

diff --git a/postgresql/create.sql b/postgresql/create.sql
index 10185d5..41c961c 100644
--- a/postgresql/create.sql
+++ b/postgresql/create.sql
@@ -104,5 +104,5 @@ CREATE TABLE hits
     HasGCLID SMALLINT NOT NULL,
     RefererHash BIGINT NOT NULL,
     URLHash BIGINT NOT NULL,
-    CLID INTEGER NOT NULL,
+    CLID INTEGER NOT NULL
 );
@alexey-milovidov
Copy link
Member

@japinli, please send a pull request.

@nickitat nickitat linked a pull request Apr 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants