David Benedeki
David Benedeki
## Background Right now it possible to add only strings to additional info, despite the out[u is a JSON. ## Feature Enhance by the possibility to add Lists too.
## Describe the bug When _INFO file is not loaded from a file, certain (many?) functions of the `Atum` object are not possible to use, because `Accumulator` is `null`. There...
## Background With the release of v2.27.3 we should add its release notes to the documentation.
* replaced DB-intensive `documentCount` for `estimatedDocumentCount` Closes #2199
## Background Changes to the old supported version should be ported to the most recent version too. ## Feature Merge changes from 2.27.2 into the main branch
## Describe the bug In release 2.27.2 Jackons was erroneously downgraded, which causes issues in _Menas_ ## To Reproduce Steps to reproduce the behavior OR commands run: 1. Deploys Menas...
## Describe the bug While the `s3a://` and `s3n://` protocols are correctly recognized, they are replaced with hard-coded `s3://` ## To Reproduce See `FileSystemUtils` class ## Expected behavior Keep the...
## Describe the bug When application is counting _Runs_ count for the landing page info, it consumer too much CPU. ## To Reproduce See server logs ## Expected behavior It...
## Background Since moving to Spark 3 several minor versions were released. ## Feature Update the dependencies to latest Spark 3.x
## Background With Spark 3 new option were added how to work with dates pre 1900 in parquet files The settings are: `spark.sql.parquet.datetimeRebaseModeInRead` `spark.sql.parquet.datetimeRebaseModeInWrite` `spark.sql.parquet.int96RebaseModeInRead` `spark.sql.parquet.int96RebaseModeInWrite` [Details here](https://spark.apache.org/docs/3.2.0/sql-data-sources-parquet.html). ## Feature...