MithunR
MithunR
Ah, shoot. Here it is: ```diff -Row(p=-1537828595, oby=26650, short_double_sum=32330.0, double_sum=inf, short_float_sum=32330.0, float_sum=7.066224196393988e+23, dec_sum=Decimal('32330.0')) +Row(p=-1537828595, oby=26650, short_double_sum=32330.0, double_sum=1.7976931348623157e+308, short_float_sum=32330.0, float_sum=7.066224196393988e+23, dec_sum=Decimal('32330.0')) ``` Looks like the GPU result produces a very large...
I should mention here that this test failed once a couple of weeks ago, and hasn't been reproducible since. :/
Closing this as not reproducible. We'll reopen if this occurs again.
Thanks for recording the datagen seed value, @jlowe. I'll try to repro this with the failing seed, next week.
Investigating this one. This might just be another skip, just like on 13.3.
Side note: I don't have the full details on the post-AQE plan here. If I'm unable to get to debugging this problem in short order, someone is going to have...
Also, the error message here could stand to be more informative: ``` java.lang.AssertionError: should not reach here ``` "Should not reach here" can already be inferred from this being an...
After some digging into the plans, it looks like the Databricks 14.3 plan for this query does not involve a `BroadcastExchange` node at all: ``` AQE=True on 14.3: No BroadcastExchange...
I'd better cc @davidwendt, whom I consulted as part of #15536. I'd feel a little better about 👍-ing my own work if he reviewed as well. :] Thank you for...