Adrian Woodhead
Adrian Woodhead
I wonder if the problem is coming from the `_` in the table name. What happens if you try using `employee` instead?
Thanks for reporting this @isacarnekvist. Would you be able to create a PR with a failing unit test that reproduces the issue you are seeing? Specifically with how you are...
I'm afraid I don't know. It looks like something is closing the persistence manager early, or something is running which expects it to be open but it isn't. Maybe there...
By "logs" I just meant the full output you see in the console when you run the test. To look at the value of the configuration you could try debug...
We should see whether we can make this behaviour configurable for backwards compatibility. Do you want to add the event ids to the above paths or leave them out for...
@cricket007 the above is true but then the partitions aren't immutable, running a query against that partition will potentially return different results every time until it's "finished". What we'd want...
What we typically do is land the data from Kafka into Hive partitioned by some kind of wall time and then have a process downstream which takes this data and...
Yes, it's actually on my list to do this as the next addition to the Hive documentation. I have a set of integration tests that I'm writing that create tables...
@mroark1m is this still an issue on our side or are we now using a Terraform provider that contains the feature as described above?
How much of an issue is this? Could we get a PR? I'm just trying to clean up issues which have been open for months with no movement on them.