Oleksandr Shevchenko

Results 13 issues of Oleksandr Shevchenko

### Expected Behavior 1. For `create()` both `created` and `updated` have the same time. 2. For `update()` `created` field is not changed, `updated` field is updated. ### Actual Behaviour 1....

### Feature description MongoRepository supports `update(entity: Entity): Entity`, which is convenient to use to update and return information by a single query to the database. But custom `update` supports only...

### Expected Behavior We can fetch `parent` as a field in `child` ### Actual Behaviour `parent` field is always `null` because Mongo query generated incorrectly. [aggregation.pipeline](https://github.com/micronaut-projects/micronaut-data/blob/1df4cd8c6dfd7439f8be4075048825e8ab84a033/data-mongodb/src/main/java/io/micronaut/data/mongodb/operations/AbstractMongoRepositoryOperations.java#L307) produces: ``` lookup: from...

### Expected Behavior Mongo Repository should read data without error for MappeddEntity with a field with type `Any`. ### Actual Behaviour When I invoke `repository.findById`, it fails with the following...

status: awaiting feedback

### Expected Behavior The first request fails but second pass ### Actual Behaviour The first request fails but the second returns the same error as the first request. ### Steps...

status: awaiting feedback

We would like to use BigQuery connector with Spark 3.3 and Scala 2.13. Could you share a road map to understand your plans for such support? Thanks!

## What changes were proposed in this pull request? JIRA ticket https://issues.apache.org/jira/browse/LIVY-616. Implement Livy Server discovery mechanism based on ZooKeeper. And provide convenient API for clients to get LivyServer URL...

## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/LIVY-654 Kind.scala, SessionState.scala and StatementState.java don't include a method for string validation. It might be very useful to verify if some...

## What changes were proposed in this pull request? Unify Livy REST API to use more common DELETE method instead of POST for statement cancellation API. Before: POST /sessions/{sessionId}/statements/{statementId}/cancel After:...

Tapir version: 1.2.11 Scala version: 2.13 **Describe the bug** Currently, it's not possible to disable logging of decode error. `decodeFailureHandled` doesn't take into account `logAllDecodeFailures` and doesn't use `doLogAllDecodeFailures` function,...