sunyinqi0508 / AQuery2

An in-memory column-store time-series database that uses query compilation
Mozilla Public License 2.0
10 stars 7 forks source link

Docker build fixes #7

Closed dqian3 closed 3 hours ago

dqian3 commented 2 weeks ago

Hi, I was trying to get this repository working for the NYU Advanced Database Systems class, and was running into a number of issues getting the Docker build to work.

Here is a summary of the changes I made:

With these changes, prompt.py seems to work; I get a prompt and am able to run some instructions. However, when it comes to the actual AQuery and SQL statements, there seem to issues, which I will post in a separate issue.

google-cla[bot] commented 2 weeks ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

dqian3 commented 2 weeks ago

Still having an issue within the prompt: #8