rerun over the same rows in another physical order this statement gives another answer, so its result depends on how the rows are stored and not only on the data
what it measured
{
"heuristic": true,
"rule": "R-ORD",
"baseline_result_hash": "sha256:67b87d1013068b98c5ee4ba6d1d41933dfbe4d007ec7c0474ccc16b7f63833d4",
"baseline_result": {
"columns": [
{
"name": "forename",
"declared_type": "TEXT"
},
{
"name": "surname",
"declared_type": "TEXT"
},
{
"name": "points",
"declared_type": "REAL"
}
],
"row_count": 3,
"truncated": false,
"rows_shown": 3,
"rows": [
[
{
"type": "str",
"value": "Sebastian"
},
{
"type": "str",
"value": "Vettel"
},
{
"type": "dec",
"value": "43.0"
}
],
[
{
"type": "str",
"value": "Lewis"
},
{
"type": "str",
"value": "Hamilton"
},
{
"type": "dec",
"value": "43.0"
}
],
[
{
"type": "str",
"value": "Max"
},
{
"type": "str",
"value": "Verstappen"
},
{
"type": "dec",
"value": "25.0"
}
]
],
"result_hash": "sha256:67b87d1013068b98c5ee4ba6d1d41933dfbe4d007ec7c0474ccc16b7f63833d4"
},
"planner_statistics": {},
"shuffle": {
"seed": "1",
"row_limit": 300000,
"tables": [
"races",
"driverStandings",
"drivers"
],
"tables_not_shuffled": [],
"tables_skipped_for_size": {
"lapTimes": 420369
},
"tables_not_reached_by_a_copy": {}
},
"shuffled_copies": {
"run": true,
"verdict": "not_equal",
"differs": true,
"result_hash": "sha256:33beaf32c39c5ed6df632d6556855c4e8523a7eafcb2ed02c1727103fdc9f549",
"result": {
"columns": [
{
"name": "forename",
"declared_type": "TEXT"
},
{
"name": "surname",
"declared_type": "TEXT"
},
{
"name": "points",
"declared_type": "REAL"
}
],
"row_count": 3,
"truncated": false,
"rows_shown": 3,
"rows": [
[
{
"type": "str",
"value": "Lewis"
},
{
"type": "str",
"value": "Hamilton"
},
{
"type": "dec",
"value": "43.0"
}
],
[
{
"type": "str",
"value": "Sebastian"
},
{
"type": "str",
"value": "Vettel"
},
{
"type": "dec",
"value": "43.0"
}
],
[
{
"type": "str",
"value": "Max"
},
{
"type": "str",
"value": "Verstappen"
},
{
"type": "dec",
"value": "25.0"
}
]
],
"result_hash": "sha256:33beaf32c39c5ed6df632d6556855c4e8523a7eafcb2ed02c1727103fdc9f549"
}
},
"plan_variant": {
"run": false,
"reason": "the plan variant was not asked for"
}
}