wiedld
wiedld
## Which issue does this PR close? Part of #7181 . ## Rationale for this change In the cascaded merge tree, partially sorted record batches are yielded per merge node....
Part of https://github.com/influxdata/ui/issues/6240 ## Changes Want to have collapsed state be set-able by the parent. See comment here: https://github.com/influxdata/ui/issues/6240#issuecomment-1307982949 ## Vid https://user-images.githubusercontent.com/10232835/200699857-ecc54179-a584-43b5-8ef3-304840e5d40a.mov ## Checklist - [x] Updated documentation to reflect...
Found during review of recent honeybadger errors. These include errors which are handled in the UI, but then reported to honeybadger. ## Error: * `Reader received error. Reason: Error: recursive...
Version: `"@influxdata/flux-lsp-browser": "0.8.15"` Variable shadowing with the LSP, as tested from the UI, does the following: Correct: * go to definition * go to references * rename (although I forgot...
## Which issue does this PR close? Closes #12118 ## Rationale for this change We have two new view data types, [Utf8View](https://docs.rs/arrow-schema/52.2.0/arrow_schema/enum.DataType.html#variant.Utf8View) and [BinaryView](https://docs.rs/arrow-schema/52.2.0/arrow_schema/enum.DataType.html#variant.BinaryView). Support in datafusion is part of...
## Which issue does this PR close? Follow up to [observation made on this PR](https://github.com/apache/datafusion/pull/12199#discussion_r1733416035). ## Rationale for this change Test coverage for current behavior of `arrow_cast` with Utf8View and...
## Which issue does this PR close? Part of #12733 closes https://github.com/apache/datafusion/issues/13010 ## Rationale for this change We found another bug for when the logical vs physical schema does not...