Fix expected results

This commit is contained in:
Robert Schulze 2023-03-25 18:06:03 +00:00
parent 2c8916a005
commit b46ea5572d
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -288,7 +288,7 @@ def testAmazonModelManyRows(ch_cluster):
"SELECT floor(sum(catboostEvaluate('/etc/clickhouse-server/model/amazon_model.bin', RESOURCE, MGR_ID, ROLE_ROLLUP_1, ROLE_ROLLUP_2, ROLE_DEPTNAME, ROLE_TITLE, ROLE_FAMILY_DESC, ROLE_FAMILY, ROLE_CODE))) FROM amazon"
)
expected = "5834\n"
expected = "583092\n"
assert result == expected
result = instance.query("drop table if exists amazon")