Evgeny Minkevich

Results 6 issues of Evgeny Minkevich

JMXtrans Java Agent fails with JDK9: ``` Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:500) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:512) Caused by: java.lang.NoClassDefFoundError: java/sql/Timestamp at...

This is an enhancement request. It would be so much easier to further develop the API if the OutputWriter interface method ``` /** * @param metricName * @param metricType see...

```clojure (def config (load-config :resource "config.edn" :merge [(from-env)])) (defn config-properties [] (t/map->properties config)) ``` Results in: ``` Exception in thread "main" java.lang.IllegalArgumentException: Malformed \uxxxx encoding., compiling:(/private/var/folders/hl/dz69nmk50kl_cn4fgd904dwh0000gn/T/form-init5308382940781279132.clj:1:125) at clojure.lang.Compiler.load(Compiler.java:7391) at clojure.lang.Compiler.loadFile(Compiler.java:7317)...

**Describe the bug** When following the instructions [1] everything operational when run AS-IS. However if I switch to use AzureAIInferenceChatCompletion, the code fails with JSONDecodeError. The model does provide a...

bug
python

### Feature Request Azure OpenAI requires api-version parameter to be set in order to access modern models such as gpt-4o-2024-08-06 or o1: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#rest-api-versioning Please add it to either model creation...

enhancement

### SynapseML version synapseml_2.12:1.0.13 ### System information - **Language version** (e.g. python 3.8, scala 2.12): python 3.12 - **Spark Version** (e.g. 3.2.3): 3.4.4, 3.5.1 - **Spark Platform** (e.g. Synapse, Databricks):...

bug
triage