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

Delete seperator line between rows #134

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

yixinglu
Copy link
Contributor

@yixinglu yixinglu commented Sep 29, 2021

The current style is consistent with relational databases such as mysql, and this is also more convenient for us to generate tck test result

Execution succeeded (time spent 783/1264 us)

Wed, 29 Sep 2021 20:48:07 CST

(root@nebula) [nba]> show tags;
+------------+
| Name       |
+------------+
| "bachelor" |
| "player"   |
| "team"     |
+------------+
Got 3 rows (time spent 577/930 us)

Wed, 29 Sep 2021 20:48:09 CST

(root@nebula) [nba]> go from "Tim Duncan" over like yield like._dst, like._dst
+-----------------+-----------------+
| like._dst       | like._dst       |
+-----------------+-----------------+
| "Manu Ginobili" | "Manu Ginobili" |
| "Tony Parker"   | "Tony Parker"   |
+-----------------+-----------------+
Got 2 rows (time spent 1844/2377 us)

Wed, 29 Sep 2021 20:49:56 CST

@jievince
Copy link
Contributor

Very good.

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.

None yet

2 participants