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

table star expressions #33

Closed
2 of 3 tasks
loloxwg opened this issue Sep 19, 2023 · 1 comment
Closed
2 of 3 tasks

table star expressions #33

loloxwg opened this issue Sep 19, 2023 · 1 comment

Comments

@loloxwg
Copy link
Member

loloxwg commented Sep 19, 2023

What happens?

SELECT test_table_star.* FROM test;
CleanShot 2023-09-19 at 11 16 13@2x

To Reproduce

Steps to reproduce the behavior. Bonus points if those are only SQL queries.

  1. CREATE TABLE test_table_star(a INTEGER, b INTEGER, c INTEGER);
  2. COPY test_table_star FROM 'test/data/csv/integer.csv' WITH ( DELIMITER ',' );
  3. SELECT test_table_star.* FROM test;

Environment (please complete the following information):

  • OS: ubuntu22.04
  • infinity Version: [e.g. 0.0.1]
  • infinity Client: sqllogictest-rs

Before Submitting

  • Have you tried this on the latest main branch?
  • Give your commit id eaf2c88
  • Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
@JinHai-CN
Copy link
Contributor

This bug isn't valid any more.

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

No branches or pull requests

2 participants