Navigation Menu

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

Parsing table returning function on remote server fails #6971

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

Parsing table returning function on remote server fails #6971

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

Comments

@monetdb-team
Copy link

Date: 2020-09-18 11:09:04 +0200
From: @PedroTadim
To: SQL devs <>
Version: 11.37.11 (Jun2020-SP1)

Last updated: 2020-11-24 11:37:24 +0100

Comment 28094

Date: 2020-09-18 11:09:04 +0200
From: @PedroTadim

User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Build Identifier:

Using a remote table under a table returning function fails.

Reproducible: Always

Steps to Reproduce:

  1. Create a table udf.
  2. Create a remote table.
  3. Do: select * from table_udf((select * from remote_table));

Actual Results:

select * from table_udf((select * from remote_table));
(mapi:monetdb://user@host/dbfarm) Table: missing ‘)'

Expected Results:

The desired output from the table udf.

I already have a fix. I'm making the bug report

Comment 28095

Date: 2020-09-18 11:20:32 +0200
From: MonetDB Mercurial Repository <>

Changeset 7f2af1be69a6 made by Pedro Ferreira pedro.ferreira@monetdbsolutions.com in the MonetDB repo, refers to this bug.

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

Changeset description:

Added test and fix for bug #6971, ie add table udf support at rel_read
@monetdb-team monetdb-team added bug Something isn't working minor 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 minor SQL
Projects
None yet
Development

No branches or pull requests

2 participants