ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Algebricks Unnest Operator Property missing #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 * The issue arises when the unnest operator can benefit from inline one of its arguments.
 * The InlineVariablesRule runs a check to see if this inline operation is valid and fails for unnest.
 * Changing this property allows the InlineVariablesRule to inline values on unnest operators.

What is the expected output? What do you see instead?
The query plan was supported to change.

Please use labels and text to provide additional information.

#VXQuery #QueryPlan

Original issue reported on code.google.com by ecarm...@ucr.edu on 22 Mar 2013 at 11:58

GoogleCodeExporter commented 9 years ago
Forgot to include the patch.

Original comment by ecarm...@ucr.edu on 23 Mar 2013 at 12:00

Attachments:

GoogleCodeExporter commented 9 years ago
Issue can be resolved by creating a new inline policy suggested in issue #99.

Original comment by ecarm...@ucr.edu on 12 Apr 2013 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by ecarm...@ucr.edu on 20 Apr 2013 at 12:05