This message was forwarded from [email protected]. The MonetDB
mailing lists have moved to monetdb.org. Please subscribe to
[email protected], and unsubscribe from this list.
See: http://mail.monetdb.org/mailman/listinfo/developers-list
Send developers-list mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.monetdb.org/mailman/listinfo/developers-list
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of developers-list digest..."
Today's Topics:
1. Re: MonetDB: Feb2013 - Make joinpath signatures specific
(Stefan Manegold)
----------------------------------------------------------------------
Message: 1
Date: Mon, 31 Dec 2012 09:22:55 +0100
From: Stefan Manegold <[email protected]>
To: [email protected]
Subject: Re: MonetDB: Feb2013 - Make joinpath signatures specific
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Martin,
this causes tests
monetdb5/optimizer/Tests/tst4300.mal
and
monetdb5/optimizer/Tests/tst4610.mal
to fail with
!TypeException:user.main[17]:'algebra.joinPath' undefined in: zz:any :=
algebra.joinPath(b:bat[:oid,:lng], cr:bat[:lng,:oid], d:bat[:oid,:lng])
and
!TypeException:user.main[9]:'algebra.joinPath' undefined in: r:any :=
algebra.joinPath(a:bat[:oid,:int], br:bat[:int,:oid], c:bat[:oid,:int])
Stefan
On Mon, Dec 31, 2012 at 04:55:02AM +0100, Martin Kersten wrote:
> Changeset: 9ac4a1b83d56 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ac4a1b83d56
> Modified Files:
> monetdb5/optimizer/optimizer.mal
> Branch: Feb2013
> Log Message:
>
> Make joinpath signatures specific
>
>
> diffs (27 lines):
>
> diff --git a/monetdb5/optimizer/optimizer.mal
> b/monetdb5/optimizer/optimizer.mal
> --- a/monetdb5/optimizer/optimizer.mal
> +++ b/monetdb5/optimizer/optimizer.mal
> @@ -280,19 +280,19 @@ pattern optimizer.joinPath(mod:str, fcn:
> address OPTwrapper
> comment "Join path constructor";
>
> -pattern algebra.joinPath(l:bat[:any,:any]...):bat[:any,:any]
> +pattern algebra.joinPath(l:bat[:oid,:any]...):bat[:oid,:any]
> address ALGjoinPath
> comment "Routine to handle join paths. The type analysis is rather tricky.";
>
> -pattern algebra.leftjoinPath(l:bat[:any,:any]...):bat[:any,:any]
> +pattern algebra.leftjoinPath(l:bat[:oid,:any]...):bat[:oid,:any]
> address ALGjoinPath
> comment "Routine to handle join paths. The type analysis is rather tricky.";
>
> -pattern algebra.leftfetchjoinPath(l:bat[:any,:any]...):bat[:any,:any]
> +pattern algebra.leftfetchjoinPath(l:bat[:oid,:any]...):bat[:oid,:any]
> address ALGjoinPath
> comment "Routine to handle join paths. The type analysis is rather tricky.";
>
> -pattern algebra.semijoinPath(l:bat[:any,:any]...):bat[:any,:any]
> +pattern algebra.semijoinPath(l:bat[:oid,:any]...):bat[:oid,:any]
> address ALGjoinPath
> comment "Routine to handle join paths. The type analysis is rather tricky.";
>
> _______________________________________________
> checkin-list mailing list
> [email protected]
> http://mail.monetdb.org/mailman/listinfo/checkin-list
--
| Stefan.Manegold @ CWI.nl | DB Architectures (INS1) |
| http://CWI.nl/~manegold/ | Science Park 123 (L321) |
| Tel.: +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
------------------------------
_______________________________________________
developers-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/developers-list
End of developers-list Digest, Vol 4, Issue 21
**********************************************
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers