Qing

Results 38 comments of Qing

I dont think we can do the same on https://github.com/apache/kafka/ itself, please correct me if I'm wrong

Woops, might be a regression, sorry, let me check, I will move this into draft in the mean time I agree, it is better to make it work for the...

Hi @mimaison sorry for the back and forth, after some fiddling, I realize the problem is that when requesting `localhost:8080/path`, httpd tries to find a file named`path`, which does not...

Hi @mimaison , if you get a chance, can you review this again? I've addressed the issue you pointed out, thanks!

Hi @libenchao , thanks for the review! Thanks for pointing out the flaw, you're right. 🙇 On your recommended approach, I believe `JdbcFilterPushdownVisitor` needs to produce strings or some equivalent...

Hi @libenchao, oh I see, I didnt spot that `JdbcRowDataInputFormat` is using PreparedStatement under the hood. Thanks for pointing it out, this will be larger change than I expect, I...