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/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push: new 9fbe434273 Publish built docs triggered by 43718d5fff20c2dc048db820491633aace2498f6 9fbe434273 is described below commit 9fbe434273f1b5b02e54abd3854ef8962ce10d19 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Aug 13 08:11:43 2025 +0000 Publish built docs triggered by 43718d5fff20c2dc048db820491633aace2498f6 --- _sources/library-user-guide/working-with-exprs.md.txt | 2 +- library-user-guide/working-with-exprs.html | 2 +- searchindex.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_sources/library-user-guide/working-with-exprs.md.txt b/_sources/library-user-guide/working-with-exprs.md.txt index b95e51a7df..90019fd58b 100644 --- a/_sources/library-user-guide/working-with-exprs.md.txt +++ b/_sources/library-user-guide/working-with-exprs.md.txt @@ -223,7 +223,7 @@ async fn main() -> Result<()> { let plan = ctx.sql(sql).await?.into_optimized_plan()?.clone(); let expected = r#"Projection: Int64(6) AS added_one - EmptyRelation"#; + EmptyRelation: rows=1"#; assert_eq!(plan.to_string(), expected); diff --git a/library-user-guide/working-with-exprs.html b/library-user-guide/working-with-exprs.html index 022bbcdb39..ce193582b6 100644 --- a/library-user-guide/working-with-exprs.html +++ b/library-user-guide/working-with-exprs.html @@ -871,7 +871,7 @@ <span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">plan</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ctx</span><span class="p">.</span><span class="n">sql</span><span class="p">(</span><span class="n">sql</span><span class="p">).</span><span class="k">await</span><span class="o">?</span><span class="p">.</span><span class="n">into_optimized_plan</span><span class="p">()</span><span class="o">?</sp [...] <span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">expected</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">r#"Projection: Int64(6) AS added_one</span> -<span class="s"> EmptyRelation"#</span><span class="p">;</span> +<span class="s"> EmptyRelation: rows=1"#</span><span class="p">;</span> <span class="w"> </span><span class="fm">assert_eq!</span><span class="p">(</span><span class="n">plan</span><span class="p">.</span><span class="n">to_string</span><span class="p">(),</span><span class="w"> </span><span class="n">expected</span><span class="p">);</span> diff --git a/searchindex.js b/searchindex.js index 1cbd776de6..37b3d5f335 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation, name) tuples in logical fields and logical columns are unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"< [...] \ No newline at end of file +Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation, name) tuples in logical fields and logical columns are unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"< [...] \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org