Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected result in the Spark collect_set aggregate function #12336

Open
rui-mo opened this issue Feb 14, 2025 · 0 comments · May be fixed by #12335
Open

Unexpected result in the Spark collect_set aggregate function #12336

rui-mo opened this issue Feb 14, 2025 · 0 comments · May be fixed by #12335
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found

Comments

@rui-mo
Copy link
Collaborator

rui-mo commented Feb 14, 2025

Description

In #9559, Spark query runner detects unexpected result in the aggregate fuzzer test.

5 of extra rows:
	null | [0.002730793319642544,0.010013462975621223,0.013257306069135666,0.04386352002620697,0.05480467528104782,0.05667705833911896,0.05940324813127518,0.06275183707475662,0.06387356668710709,0.08862621337175369,0.0976431593298912,0.10094417631626129,0.12225265055894852,0.12856388092041016,0.13986699283123016,0.15478520095348358,0.19777387380599976,0.22741098701953888,0.2617940604686737,0.31255730986595154,0.3240850269794464,0.3287203907966614,0.33341658115386963,0.3477379083633423,0.3481162488460541,0.37087884545326233,0.38885921239852905,0.39228564500808716,0.4235534369945526,0.43940508365631104,0.4565247595310211,0.4568723440170288,0.5579490661621094,0.5718802213668823,0.5720880627632141,0.622925341129303,0.6240034699440002,0.6375031471252441,0.6676909327507019,0.6680210828781128,0.676473081111908,0.6847847700119019,0.6934062838554382,0.7038753032684326,0.7350099086761475,0.7405241131782532,0.7840626239776611,0.7872182130813599,0.8292988538742065,0.8654447197914124,0.8766720294952393,0.8777375817298889,0.878146767616272,0.9001893997192383,0.9125744700431824,0.9424062967300415,0.9556752443313599,0.9890075325965881,0.9910668730735779,0.9935294389724731,"Infinity","NaN"]
	862253016358929831 | ["NaN"]
	3670991761443962236 | ["NaN"]
	4985936752322739691 | ["NaN"]
	7761890788957778111 | ["NaN"]

5 of missing rows:
	null | [0.002730793319642544,0.010013462975621223,0.013257306069135666,0.04386352002620697,0.05480467528104782,0.05667705833911896,0.05940324813127518,0.06275183707475662,0.06387356668710709,0.08862621337175369,0.0976431593298912,0.10094417631626129,0.12225265055894852,0.12856388092041016,0.13986699283123016,0.15478520095348358,0.19777387380599976,0.22741098701953888,0.2617940604686737,0.31255730986595154,0.3240850269794464,0.3287203907966614,0.33341658115386963,0.3477379083633423,0.3481162488460541,0.37087884545326233,0.38885921239852905,0.39228564500808716,0.4235534369945526,0.43940508365631104,0.4565247595310211,0.4568723440170288,0.5579490661621094,0.5718802213668823,0.5720880627632141,0.622925341129303,0.6240034699440002,0.6375031471252441,0.6676909327507019,0.6680210828781128,0.676473081111908,0.6847847700119019,0.6934062838554382,0.7038753032684326,0.7350099086761475,0.7405241131782532,0.7840626239776611,0.7872182130813599,0.8292988538742065,0.8654447197914124,0.8766720294952393,0.8777375817298889,0.878146767616272,0.9001893997192383,0.9125744700431824,0.9424062967300415,0.9556752443313599,0.9890075325965881,0.9910668730735779,0.9935294389724731,"Infinity","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN","NaN"]
	862253016358929831 | ["NaN","NaN"]
	3670991761443962236 | ["NaN","NaN"]
	4985936752322739691 | ["NaN","NaN"]
	7761890788957778111 | ["NaN","NaN"]

Error Reproduction

No response

Relevant logs

https://github.com/facebookincubator/velox/actions/runs/13327931868/job/37228437717
@rui-mo rui-mo added bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant