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):
Additional context
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:
This one doesn't:
Screenshots
Software version
pth_10 version: 12.1.1-DPF_02_5.0.0-3
Desktop (please complete the following information if relevant):
Additional context