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

Remove inline comments from DDL files via ScriptRunner #159

Merged
merged 13 commits into from
Apr 26, 2022

Conversation

dbanda
Copy link
Contributor

@dbanda dbanda commented Apr 25, 2022

Some of the SQL in src/main/resources/benchmarks/tpch/ddl-sqlserver.sql have lines with comments inline. Because the final SQL statement submitted is a concatenation of all the lines, these in-line comments break the syntax. This PR removes inline comments from the lines.

@apavlo apavlo changed the title Remove inline comments Remove inline comments from DDL files via ScriptRunner Apr 26, 2022
@apavlo apavlo merged commit 29936f3 into cmu-db:main Apr 26, 2022
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 this pull request may close these issues.

4 participants