On Wed, Jan 26, 2022 at 7:43 AM bened...@apache.org <bened...@apache.org> wrote: > I might even venture to predict that it might payoff with lower development > overhead, as we can run our tests much more quickly, and debug failures much > more easily.
I don't think in practice these will happen at all, let alone 'much more.' Python execution is nowhere near the bottleneck, not that either of these would speed it up significantly. I'm unable to think of an instance where typing in python could have helped me, at least in the dtest tickets I've worked on. Maybe someone with more experience has a different estimation?