Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-1605

Samza-Sql: Support stream-table join without join keyword in the sql query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Samza-Sql expects join as keyword in the join query. Here is the classic way of writing a join query:

      select * from a, b.$table where a.key = b.key

      Calcite converts this to a cross join followed by filter. We fail on such queries today. We will need to support this type of query as well.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              atoomula Aditya Toomula
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: