GitHub user martinstuder added a comment to the discussion: Repeated/replicated arrays
It would be possible if there were only a single repeated value, but I would like to repeat a whole array. For example `[1, 4, 7]` repeated to length 7, which would give `[1, 4, 7, 1, 4, 7, 1]`. GitHub link: https://github.com/apache/arrow-rs/discussions/8962#discussioncomment-15339422 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
