mcpeanutbutter opened a new pull request #100: URL: https://github.com/apache/bahir/pull/100
As described in https://issues.apache.org/jira/projects/BAHIR/issues/BAHIR-256, currently the usage of the **topic** or **timestamp** columns in sql-streaming-mqtt throws _ClassCastExceptions_ after batch 0. From my testing, this issue can be mitigated by a simple type conversion (analogous to https://github.com/Azure/spark-cdm/pull/4/files, which apparently resolved a very similar exception). I added the necessary conversions to org/apache/bahir/sql/streaming/mqtt/MQTTStreamSource.scala. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
