Kartik Ohri

Results 48 issues of Kartik Ohri

### What type of bug is this? Performance issue ### What subsystems and features are affected? Query executor, Query planner ### What happened? I have a CTE that reads a...

bug
need-more-info
performance
Query Experience Team

Android discards all log output to stdio and stderr by default. There is an option to modify this behaviour but it is only available on rooted devices. Android NDK provides...

Allowed methods are used in the following hierarchy: 1) methods parameter of cross_origin decorator 2) methods parameter of view function route 3) resource or app level configuration I tried to...

### Environment How do you use Sentry? Self-hosted - 9.1.2 Which SDK and version? sentry-sdk[pyspark] == 0.20.3 ### Steps to Reproduce I setup the Pyspark Integration as described in the...

bug
Status: Backlog

This PR is the first in a series of PRs to prepare the codebase for upgrading to SQLAlchemy 2.0. The 2.0 version isn't out yet but we can use the...

To improve test speed, initialize the flask app only once per TestCase instead of doing it for each test case. This speeds up unit tests by 30-45s and integration tests...

We had a few unnecessary time.sleep 's in tests, removed those to speed up tests. The remaining ones are in listen integration tests and cannot be removed entirely. Those sleeps...

To speed up LB tests: instead of creating and dropping tables after each test, delete all the data from the tables. This patch approximately halves the overall runtime for tests....

Currently, the notification event id is hardcoded in tests and it works fine because the relevant sequence is reset before each test. However, as a part of upcoming test speed...