zeotuan

Results 37 issues of zeotuan

## Bug #### Which Delta project/connector is this regarding? - [x] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill in...

bug

- Support Spark 3.3 and 3.4 - Support tolerance for big decimal - Support tolerance for nested row - row compare performance improvement - add benchmarking

using default `equals` implementation from Row should be much more performance. We can improve Dataframe equality assertion speed if strict comparison is required.

Row comparer currently only support tolerance on first layer of row. After that it will default to Row built in `equals` implementation

Hi @MrPowers, I wanted to take a moment to discuss the current status of our repository and explore opportunities to revitalize its activity. I've noticed that the repository has not...

The PR aims to migrate `logInfo` in Core module with variables to structured logging framework. ### Why are the changes needed? To enhance Apache Spark's logging system by implementing structured...

WEB UI
CORE
PYTHON

- Implemented TAP over APM ExecuteAsync(CancellationToken) mentiond in https://github.com/sshnet/SSH.NET/issues/931 - Fix CancelAsync causing deadlocking and it now send SIGTERM signal to try to abort the request which will probably also...

Fixes #563 *Description of changes:* - Update `RetainCompletenessRules` and `FractionalCategoricalRangeRule` to accept and configure ConfidenceIntervalStrategy parameter - Add Wilson Score Confidence Interval Strategy and Wald Interval Strategy (current default) -...

*Description of changes:* Add DateTimeMetric support. This chunk part of #299 to only DateTimeMetric support: - Remove usage of deprecated UDAF from original PR - use `java.time.Instant` isntead of `java.sql.timestamp`...