Steven Sklar
Steven Sklar
I've broken this down into 2 simple queries: ### With CTE `SELECT * from mayTrades as a, juneTrades where a.symbol = juneTrades.symbol` which correctly parses to ` (select-choose * from...
@puzpuzpuz should we base the limit on available system resources? Seems like setting a single value could be just introducing another footgun for larger, more complex deployments
> Note that you can build AL2023 packages on COPR (https://copr.fedorainfracloud.org/) so this may "just work" if existing RPM packaging is submitted to build. Unfortunately, there's another issue with AL2023...
So going back to that test, is it correct as-is? Or do we need to reduce the expected number of traces by 1 since we're sending a duplicate?