Koji Kawamura
Koji Kawamura
I found that the particular code branch that can throw ClassCastException is generated when a timestamp column in an Object array row type is referenced. Referencing timestamp field at a...
Fixed check-style errors.
@vlsi Thanks for reviewing! I've added more commits to address your comments. As I was working on that, I've found few more issues to fix. The added test cases illustrate...
@F21 Yes, I believe this PR covers what #405 tries to fix.
Rebased with the latest master as the PR had a conflict on CalciteSuite. Also squashed commits.
@vlsi I've implemented timestamp cast and added unit test for that. The issue was the existing code has had the conversion but used `scale` instead of `precision`. Please see the...
Hi @vlsi, sorry for the delay. I've added another commit to address review feedback. Please let me know if there's anything more. Thanks for reviewing!
Hi @vlsi I just noticed that CI tests failed at `DateRangeRulesTest`. But the only thing I changed at the last commit is `ObjectArrayTableTest` test class. Do you know why `DateRangeRulesTest`...
It seems the same issue had happened with Schema Registry and the problematic error page mapping to 401.html is removed from Schema Registry. hortonworks/registry#378 In a Kerberized HDF environment, Schema...