Hi,
I noticed a difference in the way expect_column_pair_values_A_to_be_greater_than_B expectation result is presented in version 0.13.x compared to 0.12.x .
No changes to config or any other parameters.
Top in 0.12.x and bottom in 0.13.x :

I didn鈥檛 find issues with other expectations I have though.
Thanks!
Thank you for filing this, @pwrstar ! We will triage this issue this week.
@eugmandel This is currently still an issue in great expectations 0.13.13. Has this bugfix been included in the new version (0.13.14)?
Many thanks for the amazing work on this module!
Hi, I am also facing this issue in 0.13.14. Also for custom expectations with Spark dataframes: is there any required work other than inheriting SparkDFDataset and creating methods with the MetaSparkDFDataset decorators? The validation runs fine but it is displayed as below:

Still face this issue in 0.13.19 using pandas
Like @FollowJack, I confirmed it isn't working in 0.13.19 as well. We have also a version for SQL implemented locally which execute the validation fine as shown in the table ge_validation_results, but we wait to add to the core package because of this bug when rendering in Datadocs.
If you could provide some guidance where you think the code might be wrong, we would gladly try to fix it
Most helpful comment
Hi, I am also facing this issue in
0.13.14. Also for custom expectations with Spark dataframes: is there any required work other than inheritingSparkDFDatasetand creating methods with theMetaSparkDFDatasetdecorators? The validation runs fine but it is displayed as below: