Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • Functions - Drill
    • None

    Description

      For example the following query should return 2 rows, but `http_request` return one row always.

      SELECT `task_id`, http_request('devapp_cu./task/:task_id', `task_id`) as `Total`
      FROM(
      SELECT `Id` as `task_id`
      FROM `devapp_cu`.`/list/:list_id/task(custom_fields)`
      WHERE list_id = '180680339')
      LIMIT 2
      
      Found one or more vector errors from ProjectRecordBatch
      col_1 - NullableFloat8Vector: Row count = 2, but value count = 1
      

      Attachments

        Activity

          People

            vitalii Vitalii Diravka
            vitalii Vitalii Diravka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: