-
Hello! I am not entirely sure if this relates to the flink-scala-api, but I don't know who else can help with the interaction between Flink and Scala.
Currently, I am trying to integrate flink-scala…
-
I don't know how this course is run, since I'm starting it on my own, but I've had a bit of trouble figuring out how to configure cmt. In fact, I've just joined Lunatech as an apprentice and I'm not f…
-
To install the delta-spark python package on the spark image, you need to download pyspark.zip. pyspark.zip has more than 370 MB. Can I avoid increasing the size of the spark image?
```
FROM spark…
melin updated
1 month ago
-
**1** Scala3Js is showing errors even though Scala3Jvm is building.
**2** Scala3Jvm type inference on empty Arr case was failing although it was succeeding on ScalaJvm2.
**3** Scala3Jvm is faili…
Rich2 updated
3 years ago
-
I am working in a Scala project that is in the middle of migrating from Scala 2 to Scala 3. We are trying to perform this migration in piecemeal, but the scala-logging library is currently making it d…
-
Compiling the bootstrapped standard library with `scala2-library-bootstrapped/compile` causes an AssertionError similar to #20421
if you add `-experimental` as a compile-time option to `scalac`. I …
-
I'm not expecting the LTS to be shipped with a Python release candidate.
To replicate:
1. `docker run --rm -it --platform linux/amd64 databricksruntime/standard:15.4-LTS /bin/bash`
2. `/databrick…
-
Is there a way to modify some part of the default config rather that overriding it?
For example, the user could want to have a default version of the cluster configuration and only change one speci…
npfp updated
3 months ago
-
### Configuration
```hcl
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "1.53.0"
}
}
}
provider "databricks" {
…
-
## Compiler version
3.3.1
## Minimized code
Could be anything, but I was testing with the example code from scalatest:
https://scastie.scala-lang.org/MlixqluOSei8PhRAqT69aw
## Output
I…