Adam Cervenka

Results 12 issues of Adam Cervenka

When Abris started it provided many features that were not available in Spark. This has changed and now avro Spark is capable to do many of those feature. Abris is...

enhancement

Similar to spark avro implementation abris should support error handling mod as well. The options would be: - fail fast - skip failed rows (replace them with null rows)

enhancement

- ArangoDB driver converts the returned data type to Scala right now, but everything deeper in the structure stays in java types. - Convert the whole structure to Scala before...

component: Persistence
Tech debt

When run on an internal Kubernetes cluster, the arangoDb collections have replication factor set to one even though they are spread on three nodes. In this situation, replication factor should...

bug
component: Admin CLI

Currently, there is only time, and that is not convenient.

Scala 2.12 Java 11 CPU M1 OS Mac OS ``` mvn install -Ddocker -Ddockerfile.repositoryUrl=my -DskipTests ``` [maven-docker-issue.log](https://github.com/AbsaOSS/spline/files/10112286/maven-docker-issue.log)

Tech debt

Using automapper version 0.6.2 ```scala import io.bfil.automapper._ case class Inner(x: Int) case class Foo(in: Inner) case class Bar(in: Option[Inner]) automap(Foo(Inner(42))).to[Bar] ``` ``` exception during macro expansion: java.util.NoSuchElementException: head of empty...

Lineages generated from code showed in [discussions/341](https://github.com/AbsaOSS/spline-spark-agent/discussions/341) are missing connections between attributes and expressions. Let's add support for that.

feature