Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
BlockerFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created May 26, 2016 at 3:19 PM
Updated May 31, 2016 at 7:23 PM
Resolved May 26, 2016 at 3:27 PM
When legacy import is enabled, all the symbols within plugins are implicitly introduced in the current scope. The Kafka plugin has some identifiers that are relatively likely to clash with user defined names - and caused problems in some queries.
The long term fix is to never compile queries with legacy import enabled. Short term we will rename the functions in the Kafka plugin.