Azure / kafka-sink-azure-kusto

Kafka sink for Kusto
MIT License
48 stars 24 forks source link

Upgrade pom version in order to release with fix to Issue 41 #43

Closed yihezkel closed 4 years ago

yihezkel commented 4 years ago

Pull Request Description

If there are too many records in the table to fit in an int, this cast will throw an exception. Cast to long instead to prevent this issue.

However, a more performant fix would be to instead execute a more trivial query, and will be done in the future.


Future Release Comment

Fixes: