Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-7463

[hive] Syntax checker false positive in Hive on nested type

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.0
    • Fix Version/s: None
    • Component/s: app.editor
    • Labels:
      None

      Description

      Customer example

      -- Select customers for a given shipping ZIP Code
      SELECT
        customers.id,
        customers.name
      FROM customers
      WHERE customers.addresses['shipping'].zip_code = '${zip}';
      

        Attachments

          Activity

            People

            • Assignee:
              johan.ahlen Johan Åhlén
              Reporter:
              romain Romain Rigaux
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: