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

bug: ERROR 6 (HY000): vector<bool>::_M_fill_insert #674

Closed
2 of 3 tasks
shangyanwen opened this issue Oct 10, 2022 · 1 comment
Closed
2 of 3 tasks

bug: ERROR 6 (HY000): vector<bool>::_M_fill_insert #674

shangyanwen opened this issue Oct 10, 2022 · 1 comment
Labels
A-bug Something isn't working

Comments

@shangyanwen
Copy link
Contributor

Have you read the Contributing Guidelines on issues?

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Describe the problem

select l.lo_orderdate from lineorder l INNER JOIN customer c ON (c.C_CUSTKEY = l.LO_CUSTKEY)  INNER JOIN supplier s ON (s.S_SUPPKEY = l.LO_SUPPKEY)  INNER JOIN part p ON  (p.P_PARTKEY = l.LO_PARTKEY) where l.lo_orderdate <19940101 like l.lo_orderdate="2096544";

#An error occurred
ERROR 6 (HY000): vector<bool>::_M_fill_insert

Expected behavior

An error that does not occur

How To Reproduce

Create a few tables and write the SQL correlation syntax for the problem. Internal server 192.168.30.43。Please contact me separately if you have any questions (shangyanwen)

Environment

Ver 14.14 Distrib 5.7.36_v1.0.1_beta-StoneDB, for Linux (x86_64) using EditLine wrapper

Are you interested in submitting a PR to solve the problem?

  • Yes, I will!
@shangyanwen shangyanwen added the A-bug Something isn't working label Oct 10, 2022
@shangyanwen shangyanwen added this to the stonedb_5.7_v1.0.1 milestone Oct 10, 2022
@shangyanwen
Copy link
Contributor Author

Regression tests passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working
Projects
Development

No branches or pull requests

1 participant