-
Does the distinction really pulls its weight?
Arguments against:
- the performance benefit of the safe API may be so small that it just isn't worth the additional logical overhead
- having to convert…
-
When attempting to build to either a local artifactory, or to Exchange, I get:
[ERROR] error on execute: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext
-
### SynapseML version
0.11.1
### System information
- **Language version**: Irrelevant
- **Spark Version**: Irrelevant
- **Spark Platform**: Irrelevant
### Describe the problem
The Wasserstei…
-
Hi team,
The beam-vendor-calcite-1_28_0 contains a bunch of shaded dependencies with major security vulnerabilities. For example,
[log4j:1.2.17](https://mvnrepository.com/artifact/log4j/log4j/1.2…
-
This is a feature request. It's a thing that's bitten me many times.
I have a test of the form:
```scala
assert(seq.length == 1_000_000)
```
When it fails, I'd be happy with:
```
Expected :1…
-
When we write
```
match x:
case Foo(a, b, 1|2): ...
```
this should probably invoke a protocol on `Foo`, for example `Foo.__match__(...)`.
What should be the signature of `__match__()`? An…
-
In the wiki you explain the difference between the two implementation comparing O(log2 n) and O(log32 n). I'm afraid, you don't understand the idea behind the Big O notation. By definition, it ignores…
-
**Error Details:**
```python
$ python
Python 3.8.13 (default, Jul 19 2022, 03:14:36)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import l…
j143 updated
8 months ago
-
Add Guide/Links that can be used in various Projects. Add them in the comments using the following Markdown Template
```
# A Short Title
Description of this Guide.
**[Link]**
[Guide Link](l…
-
I have compile my projet YCSB but I have this error :
[main] INFO org.apache.solr.cloud.ZkTestServer - STARTING ZK TEST SERVER
[Thread-0] INFO org.apache.solr.cloud.ZkTestServer - client port:0.0.…