Uh oh!
There was an error while loading. Please reload this page.
Propagate timezone to created arrays - #5481
Conversation
This was manifesting as an error in the use of window functions on Timestamp types with Arrow failing to concatenate arrays of different data types (one array with a timezone, one without).
maxburke
commented
Mar 5, 2023
@alamb Done! |
| ); | ||
| } | ||
| assert_eq!(131072, num_rows); |
There was a problem hiding this comment.
👍
In the future you could also use sqllogictest to write this kind of test. Something like https://github.com/apache/arrow-datafusion/blob/eb9541380964a5fd5aa92302a82ec189c3be792e/datafusion/core/tests/sqllogictests/test_files/window.slt#L18-L36
alamb
commented
Mar 6, 2023
Thanks again @maxburke |
ursabot
commented
Mar 6, 2023
Benchmark runs are scheduled for baseline = 978ec2d and contender = 21e33a3. 21e33a3 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
This fixes#5480