zeotuan
zeotuan
I am encountering this issue using scala on a standalone cluster with client deployment mode. Going to test to see if ``` "spark.databricks.delta.schema.autoMerge.enabled": "True" ``` instead of ``` "spark.databricks.delta.schema.autoMerge.enabled": "true"...
This PR is quite big with multiple unrelated changes making review hard. Chunk this into multiple smaller PR should be a good start. I am interested in timestamp/date support
Took a brief look at this. ```HdfsStateProvider``` will throw an error if it cannot find the state from files. It also does not initialize or create these states if they...
This would be a nice addition to deequ to support hourly interval and daily seasonality. I will add a PR
@rdsharma26 can we close this issue? closed with #546
@MrPowers I need this feature. Gonna take a look
This is already supported in #97. I think we can close it
Seem reasonable to me. Usually when comparing two dataframe, unless my transformation perform sort, I never expect the row order to be compared.
Hi @gengliangwang, Please help review
@yaravind might be late already. But ```orderedComparision``` was set to ```true``` therefore ```assertSmallDatasetEquality``` will assert that the actual and expected is in the same order. If you expect ```assertSmallDatasetEquality``` to...