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

Spurious errors and assertions (SQLsmith) #6344

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Spurious errors and assertions (SQLsmith) #6344

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working major SQL

Comments

@monetdb-team
Copy link

Date: 2017-07-06 14:59:03 +0200
From: @mlkersten
To: SQL devs <>
Version: -- development
CC: @njnes

Last updated: 2017-08-02 10:21:30 +0200

Comment 25426

Date: 2017-07-06 14:59:03 +0200
From: @mlkersten

User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build Identifier:

A short query causes assertion errors in gdk_bbp sometimes. Furthermore, dropping some of the lines leads to 'object not found' and 'illegal argument'.

Test file has neen added.

Reproducible: Always

Steps to Reproduce:

select
sample_2.name as c0,
sample_2.id as c1,
sample_2.name as c2,
cast(coalesce(sample_2.id,
sample_2.id) as int) as c3,
sample_2.id as c4,
11 as c5,
sample_2.id as c6
from
sys.objects as sample_2
where sample_2.name is not NULL
limit 61;

Comment 25428

Date: 2017-07-06 15:26:39 +0200
From: MonetDB Mercurial Repository <>

Changeset f09003c62bd1 made by Martin Kersten mk@cwi.nl in the MonetDB repo, refers to this bug.

For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=f09003c62bd1

Changeset description:

Add test for bug #6344

Comment 25452

Date: 2017-07-12 10:36:06 +0200
From: @njnes

fixed by proper cleanup and variable reassignment in push select optimizer

Comment 25538

Date: 2017-08-02 10:21:30 +0200
From: @sjoerdmullender

Fixed in Jul2017-SP1 release.

@monetdb-team monetdb-team added bug Something isn't working major SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major SQL
Projects
None yet
Development

No branches or pull requests

2 participants