rbalamohan

Results 6 issues of rbalamohan

## Describe the bug There are cases when lots of threads are trying to execute invoke() method. E.g: big data use case, where multiple threads query S3 for listing operation....

feature-request
needs-discussion

https://github.com/aws/aws-sdk-java/issues/2488 *Description of changes:* Synchronized AmazonS3Client::fetchRegionFromCache to avoid sending multiple HEAD requests when parallel threads invoke S3Client.

https://issues.apache.org/jira/browse/TEZ-4245 Split information without any locality information (localhost/null/empty) should be treated equally, so that split grouping can do meaningful grouping based on cluster size. This is to avoid creating small...

### What changes were proposed in this pull request? Rebasing the patch for HIVE-25845. It was reverted back earlier due to iceberg changes. ### Why are the changes needed? To...

tests unstable

For insert/ingestion benchmarks, can you share more details on how this was planned? There are mentions about "base/" folder. But data is not loaded in that location, and it leads...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened `lint() --> get_linter_for_dialect() --> get_simple_config()`. Lint need not have to parse the...

bug