David Phillips

Results 38 issues of David Phillips

### Describe the feature or problem you’d like to solve We had a weird Maven failure in GHA that I suspected was due to a corrupted cache. I wanted to...

enhancement

It would be nice if you could, for example, specify --create multiple times to create multiple records in one go.

Wishlist

These types of chains seem common: ```java Span span = tracer.spanBuilder("mySpan") .setAttribute(SemanticAttributes.HTTP_METHOD, method) .setAttribute(SemanticAttributes.HTTP_ROUTE, route) .startSpan(); ``` Suppose that `route` might be null. The documentation for `setAttribute()` says that *"the...

Feature Request

Using `@SqlBatch` can be annoying because it uses a different interface from `@SqlUpdate` and requires the user to do a lot of additional work (doesn't degrade gracefully). For example, let's...

feature

Please upgrade the embedded Sphinx version. 1.1.2 is almost two years old now.

## Description Add a new SQL statement `SHOW CREATE FUNCTION`. This PR also cleans up some things in the parser. Commit `Extract functions for ShowCreate types` should be reviewed ignoring...

cla-signed
docs
hive

## Release notes (x) This is not user-visible or is docs only, and no release notes are required.

cla-signed

This error seems to be caused by the artifact not existing in the repository: ``` [21:50 ubuntu@i-64580004:~ prod] galaxy upgrade -u 458e 1.7 uuid host machine status binary config 458e...

The first upgrade command timed out: ``` [23:00 ubuntu@i-64580004:~ prod] galaxy upgrade -b discovery-elb discovery-elb:1.2 @discovery-elb:1 uuid host machine status binary config 0561 10.94.13.48 i-4c451d2c STOPPED discovery-elb:1.1 @discovery-elb:general:1.0 Are you...