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
Date: 2012-04-27 14:17:04 +0200 From: Yagiz <<y.kargin>> To: GDK devs <> Version: 11.11.5 (Jul2012) CC: y.kargin
Last updated: 2012-08-23 10:14:39 +0200
Date: 2012-04-27 14:17:04 +0200 From: Yagiz <<y.kargin>>
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.30 Safari/536.5 Build Identifier: MonetDB default branch
monetdb5/modules/kernel/algebra.mx:579: command markH( b:bat[:any_1,:any_2], nr_parts:int, part_nr:int ) :bat[:any_1,:oid]
Its return value suggests that it is marking the tail, but it should mark the head. Inconsistency: Returning a BAT which is tail marked from a function that is defined to mark the head.
Reproducible: Always
Inconsistency
command markH should return :bat[:oid, :any_2].
Date: 2012-07-21 18:30:48 +0200 From: @grobian
Changeset 9239f6bab22e made by Fabian Groffen fabian@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=9239f6bab22e
Changeset description:
markH: fix signature, bug #3075
Date: 2012-08-23 10:14:39 +0200 From: @sjoerdmullender
Jul2012-SP1 has been released.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Date: 2012-04-27 14:17:04 +0200
From: Yagiz <<y.kargin>>
To: GDK devs <>
Version: 11.11.5 (Jul2012)
CC: y.kargin
Last updated: 2012-08-23 10:14:39 +0200
Comment 17182
Date: 2012-04-27 14:17:04 +0200
From: Yagiz <<y.kargin>>
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.30 Safari/536.5
Build Identifier: MonetDB default branch
monetdb5/modules/kernel/algebra.mx:579:
command markH( b:bat[:any_1,:any_2], nr_parts:int, part_nr:int ) :bat[:any_1,:oid]
Its return value suggests that it is marking the tail, but it should mark the head. Inconsistency: Returning a BAT which is tail marked from a function that is defined to mark the head.
Reproducible: Always
Steps to Reproduce:
Actual Results:
Inconsistency
Expected Results:
command markH should return :bat[:oid, :any_2].
Comment 17546
Date: 2012-07-21 18:30:48 +0200
From: @grobian
Changeset 9239f6bab22e made by Fabian Groffen fabian@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=9239f6bab22e
Changeset description:
Comment 17641
Date: 2012-08-23 10:14:39 +0200
From: @sjoerdmullender
Jul2012-SP1 has been released.
The text was updated successfully, but these errors were encountered: