Nitin Pawar created DRILL-6551:
----------------------------------
Summary: Concat function results in SYSTEM ERROR:
IllegalStateException: Tried to remove unmanaged buffer.
Key: DRILL-6551
URL: https://issues.apache.org/jira/browse/DRILL-6551
Project: Apache Drill
Issue Type: Bug
Affects Versions: 1.13.0
Reporter: Nitin Pawar
I get following error when doing concat(string1, string2)
SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer.
Fragment 0:0
[Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
ip-10-0-103-63.ec2.internal:31010]
Caused By: SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged
buffer.
Fragment 0:0
[Error Id: bcd510f6-75ee-49a7-b723-7b35d8575623 on
ip-10-0-103-63.ec2.internal:31010]
here in the function string1 ends with " - "
and string2 is pretty large string.
The error goes away when i do concat(string1, ' ', string2)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)