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:2755e605ebc990d2cfdd0e605611096102aa7fe600d8e50b0f00b671741896e7",
"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:2755e605ebc990d2cfdd0e605611096102aa7fe600d8e50b0f00b671741896e7"
},
"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:8f8106b90a887b3417f9d144b92d79fc7fc42b992b83f48e8229835c3f6fa525",
"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:8f8106b90a887b3417f9d144b92d79fc7fc42b992b83f48e8229835c3f6fa525"
}
},
"plan_variant": {
"run": false,
"reason": "the plan variant was not asked for"
}
}