This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fdf28d32be deploy: 31c81c5fd99921e9aaffa5cc930ab1110e67962b
fdf28d32be is described below

commit fdf28d32be89f5754219f79b4d6e8d39b7f43183
Author: tustvold <[email protected]>
AuthorDate: Thu Aug 17 09:57:57 2023 +0000

    deploy: 31c81c5fd99921e9aaffa5cc930ab1110e67962b
---
 arrow_array/array/binary_array/index.html  | 2 +-
 src/arrow_array/array/binary_array.rs.html | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/arrow_array/array/binary_array/index.html 
b/arrow_array/array/binary_array/index.html
index a83b48c829..a6a01010a5 100644
--- a/arrow_array/array/binary_array/index.html
+++ b/arrow_array/array/binary_array/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta 
name="viewport" content="width=device-width, initial-scale=1.0"><meta 
name="generator" content="rustdoc"><meta name="description" content="API 
documentation for the Rust `binary_array` mod in crate 
`arrow_array`."><title>arrow_array::array::binary_array - Rust</title><link 
rel="preload" as="font" type="font/woff2" crossorigin 
href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link
 rel="preload" as [...]
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta 
name="viewport" content="width=device-width, initial-scale=1.0"><meta 
name="generator" content="rustdoc"><meta name="description" content="API 
documentation for the Rust `binary_array` mod in crate 
`arrow_array`."><title>arrow_array::array::binary_array - Rust</title><link 
rel="preload" as="font" type="font/woff2" crossorigin 
href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link
 rel="preload" as [...]
\ No newline at end of file
diff --git a/src/arrow_array/array/binary_array.rs.html 
b/src/arrow_array/array/binary_array.rs.html
index 8b276a90ce..136dc1ef96 100644
--- a/src/arrow_array/array/binary_array.rs.html
+++ b/src/arrow_array/array/binary_array.rs.html
@@ -643,8 +643,6 @@
 <a href="#643" id="643">643</a>
 <a href="#644" id="644">644</a>
 <a href="#645" id="645">645</a>
-<a href="#646" id="646">646</a>
-<a href="#647" id="647">647</a>
 </pre></div><pre class="rust"><code><span class="comment">// Licensed to the 
Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information
@@ -1194,9 +1192,7 @@
 
     <span class="attr">#[test]
     #[should_panic(
-        expected = <span class="string">&quot;assertion failed: `(left == 
right)`\n  left: `UInt32`,\n \
-                    right: `UInt8`: BinaryArray can only be created from 
List&lt;u8&gt; arrays, \
-                    mismatched data types.&quot;
+        expected = <span class="string">&quot;BinaryArray can only be created 
from List&lt;u8&gt; arrays, mismatched data types.&quot;
     </span>)]
     </span><span class="kw">fn 
</span>test_binary_array_from_incorrect_list_array() {
         <span class="kw">let </span>values: [u32; <span 
class="number">12</span>] = [<span class="number">0</span>, <span 
class="number">1</span>, <span class="number">2</span>, <span 
class="number">3</span>, <span class="number">4</span>, <span 
class="number">5</span>, <span class="number">6</span>, <span 
class="number">7</span>, <span class="number">8</span>, <span 
class="number">9</span>, <span class="number">10</span>, <span 
class="number">11</span>];

Reply via email to