[
https://issues.apache.org/jira/browse/CALCITE-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615848#comment-14615848
]
Julian Hyde commented on CALCITE-785:
-------------------------------------
DRILL-82 proposed such a feature but never got past a work-in-progress patch.
Seems to be translating a Pig logical plan to a Drill logical plan, and it
seems to have copy-pasted Pig's parser.
> Add "Piglet", a subset of Pig Latin on top of Calcite algebra
> -------------------------------------------------------------
>
> Key: CALCITE-785
> URL: https://issues.apache.org/jira/browse/CALCITE-785
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
>
> Implement a subset of Pig Latin on top of Calcite, mapping it onto Calcite
> algebra (via RelBuilder) that can then be optimized and executed on any
> back-end.
> This serves several purposes:
> * Illustrate how to implement a data language on Calcite
> * Clear technical roadblocks so that the real Pig can be implemented on
> Calcite
> * Strengthen Calcite's support for nested collections and related operations
> such as cogroup
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)