Miklos Gergely created HIVE-23013: ------------------------------------- Summary: Fix UnitTestPropertiesParser log message Key: HIVE-23013 URL: https://issues.apache.org/jira/browse/HIVE-23013 Project: Hive Issue Type: Bug Components: Hive Reporter: Miklos Gergely Assignee: Miklos Gergely
UnitTestPropertiesParser has a bug preventing from logging it's creation info appropriately. Instead of string concatenation ( + ) it has a ( , ), thus the end of the message is considered as the first argument, making a mess. -- This message was sent by Atlassian Jira (v8.3.4#803005)