COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Two test cases created #59

Closed qlinsey closed 2 years ago

qlinsey commented 2 years ago
  1. ResultTupleTest
  2. ArrowRowViewTest
qlinsey commented 2 years ago

Hi, thanks. (1) For: Add '\n' in the last line of files. Question: Do you have some format config for java within Intellji ? for instance: ( https://scalameta.org/scalafmt/docs/installation.html#intellij ) . Can pls point me to the java format config for Intellij if this project is using so that I can set up on my local? thanks . (2) I will check. thanks

Zrealshadow commented 2 years ago

Hi, thanks. (1) For: Add '\n' in the last line of files. Question: Do you have some format config for java within Intellji ? for instance: ( https://scalameta.org/scalafmt/docs/installation.html#intellij ) . Can pls point me to the java format config for Intellij if this project is using so that I can set up on my local? thanks . (2) I will check. thanks

We use the eclipse default format config. It's a default option in intellij. As for new line in the end of file, it's not format issue. The format tool will not help you add new line at the end of the file automatically. this url explains why we should do it.

qlinsey commented 2 years ago

Thanks, will read and update these days.

qlinsey commented 2 years ago

sorry, removed. thanks

KimballCai commented 2 years ago

We will first merge all updates into the dev branch for developments and tests. Once the system is updated into a new version, we will merge it into the main branch. Thanks

qlinsey commented 2 years ago

No problem.

KimballCai commented 2 years ago

have tested and can merge into the dev branch.