Ahmed Riza

Results 8 issues of Ahmed Riza

Is there a reason why the source code doesn't follow the usual Scala layouts for packaging? For example, code under `modules/core/shared/src/main/scala` are written to be in package `natchez`. However, they...

# Which issue does this PR close? Closes https://github.com/apache/arrow-ballista/issues/895 # What changes are included in this PR? Update `base64` lib to version 0.21 and fix compilation error in `flight_sql.rs` #...

**Describe the bug** There is a build failure in flight_sql.rs. See https://github.com/apache/arrow-ballista/actions/runs/6420012638/job/17431145489 Will provide a PR to fix

bug

### Describe the bug This is not so much a bug as much as trying to understand how to use the ClickHouseClient properly in an asynchronous context. The `ClickHouseClient` is...

question
docs

Thanks for this plugin. Just started to use it and ran into this error: ``` * What went wrong: org/gradle/api/plugins/MavenPlugin > org.gradle.api.plugins.MavenPlugin * Try: > Run with --info or --debug...

Many thanks for this excellent plugin. Just started using this after coming to `neovim` (having been an `emacs` user for all of my life!). Everything works very well so far,...

I think there's a bug in the LL(1) parse table generation. Example grammar to demonstrate the issue: ``` %% S -> A; A -> "a" | ; ``` First and...

#### Describe the feature Currently, the [sendOffsetsToTransaction](https://kafka.apache.org/30/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html#sendOffsetsToTransaction(java.util.Map,org.apache.kafka.clients.consumer.ConsumerGroupMetadata)) is not supported. #### Use cases Since this library exposes other transaction related methods, it's not currently possible to commit consumer offsets transactionally...

enhancement