Skip to content

mvappend() doesn't accept multivalue column references #854

@ronja-ui

Description

@ronja-ui

Describe the bug

In general, mvappend() accepts column references. However, if the column is a multivalue column, mvappend() returns error.

Expected behavior

Multivalue column references should work as well.

How to reproduce

This one works:

| makeresults
| eval name="Alice"
| eval employees=mvappend("Bob", name)

This one doesn't:

| makeresults
| eval fruits=mvappend("banana", "apple", "pear")
| eval moreFruits=mvappend("mango",fruits)

Screenshots

Software version

pth_10 version: 12.1.1-DPF_02_5.0.0-3

Desktop (please complete the following information if relevant):

  • OS:
  • Browser:
  • Version:

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions