andygrove commented on PR #2902:
URL:
https://github.com/apache/datafusion-comet/pull/2902#issuecomment-3658150654
> Wondering if nested depth can be configured, I can see now 2 level max, in
real world examples typically can be up to 5-6.
>
> More than 5-6 is quite rare, but prob would be still nice to benchmark it
The benchmarks currently run with max depth 2 and 4:
```
for (maxDepth <- Seq(2, 4)) {
```
However, due to the random schema generation approach, there is no guarantee
that the schema will reach these depths. I will see how I can improve this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]