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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c98a43db minor: remove expr dependency from the row crate, update 
crate-deps.dot/svg (#2470)
7c98a43db is described below

commit 7c98a43db33e89022d38f46de14c6e3e049f1825
Author: Yijie Shen <[email protected]>
AuthorDate: Sat May 7 02:07:30 2022 +0800

    minor: remove expr dependency from the row crate, update crate-deps.dot/svg 
(#2470)
---
 datafusion/row/Cargo.toml  |   1 -
 dev/release/crate-deps.dot |   1 -
 dev/release/crate-deps.svg | 210 ++++++++++++++++++++++-----------------------
 3 files changed, 102 insertions(+), 110 deletions(-)

diff --git a/datafusion/row/Cargo.toml b/datafusion/row/Cargo.toml
index 433fde6a6..de9fc8c88 100644
--- a/datafusion/row/Cargo.toml
+++ b/datafusion/row/Cargo.toml
@@ -39,7 +39,6 @@ jit = ["datafusion-jit"]
 [dependencies]
 arrow = { version = "13" }
 datafusion-common = { path = "../common", version = "7.0.0" }
-datafusion-expr = { path = "../expr", version = "7.0.0" }
 datafusion-jit = { path = "../jit", version = "7.0.0", optional = true }
 paste = "^1.0"
 rand = "0.8"
diff --git a/dev/release/crate-deps.dot b/dev/release/crate-deps.dot
index 67e0af924..fd292fa2d 100644
--- a/dev/release/crate-deps.dot
+++ b/dev/release/crate-deps.dot
@@ -30,7 +30,6 @@ digraph G {
        datafusion_jit -> datafusion_expr
 
     datafusion_row -> datafusion_common
-    datafusion_row -> datafusion_expr
     datafusion_row -> datafusion_jit
 
        datafusion -> datafusion_common
diff --git a/dev/release/crate-deps.svg b/dev/release/crate-deps.svg
index 5b57131d8..c41cd0aa7 100644
--- a/dev/release/crate-deps.svg
+++ b/dev/release/crate-deps.svg
@@ -1,253 +1,247 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<!-- Generated by graphviz version 2.43.0 (0)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: G Pages: 1 -->
-<svg width="614pt" height="692pt"
- viewBox="0.00 0.00 613.97 692.00" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
+<svg width="678pt" height="692pt"
+ viewBox="0.00 0.00 677.68 692.00" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
 <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 688)">
 <title>G</title>
-<polygon fill="white" stroke="transparent" points="-4,4 -4,-688 609.97,-688 
609.97,4 -4,4"/>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-688 673.68,-688 
673.68,4 -4,4"/>
 <!-- datafusion_common -->
 <g id="node1" class="node">
 <title>datafusion_common</title>
-<ellipse fill="none" stroke="black" cx="318.52" cy="-18" rx="102.88" ry="18"/>
-<text text-anchor="middle" x="318.52" y="-14.3" font-family="Times,serif" 
font-size="14.00">datafusion_common</text>
+<ellipse fill="none" stroke="black" cx="325.74" cy="-18" rx="83.39" ry="18"/>
+<text text-anchor="middle" x="325.74" y="-14.3" font-family="Times,serif" 
font-size="14.00">datafusion_common</text>
 </g>
 <!-- datafusion_data_access -->
 <g id="node2" class="node">
 <title>datafusion_data_access</title>
-<ellipse fill="none" stroke="black" cx="146.52" cy="-234" rx="118.88" ry="18"/>
-<text text-anchor="middle" x="146.52" y="-230.3" font-family="Times,serif" 
font-size="14.00">datafusion_data_access</text>
+<ellipse fill="none" stroke="black" cx="576.74" cy="-234" rx="92.88" ry="18"/>
+<text text-anchor="middle" x="576.74" y="-230.3" font-family="Times,serif" 
font-size="14.00">datafusion_data_access</text>
 </g>
 <!-- datafusion_expr -->
 <g id="node3" class="node">
 <title>datafusion_expr</title>
-<ellipse fill="none" stroke="black" cx="318.52" cy="-90" rx="85.29" ry="18"/>
-<text text-anchor="middle" x="318.52" y="-86.3" font-family="Times,serif" 
font-size="14.00">datafusion_expr</text>
+<ellipse fill="none" stroke="black" cx="229.74" cy="-90" rx="67.69" ry="18"/>
+<text text-anchor="middle" x="229.74" y="-86.3" font-family="Times,serif" 
font-size="14.00">datafusion_expr</text>
 </g>
 <!-- datafusion_expr&#45;&gt;datafusion_common -->
 <g id="edge1" class="edge">
 <title>datafusion_expr&#45;&gt;datafusion_common</title>
-<path fill="none" stroke="black" d="M318.52,-71.7C318.52,-63.98 318.52,-54.71 
318.52,-46.11"/>
-<polygon fill="black" stroke="black" points="322.02,-46.1 318.52,-36.1 
315.02,-46.1 322.02,-46.1"/>
+<path fill="none" stroke="black" d="M252.01,-72.76C264.76,-63.47 280.95,-51.66 
294.91,-41.48"/>
+<polygon fill="black" stroke="black" points="297.25,-44.11 303.26,-35.39 
293.12,-38.45 297.25,-44.11"/>
 </g>
 <!-- datafusion_physical_expr -->
 <g id="node4" class="node">
 <title>datafusion_physical_expr</title>
-<ellipse fill="none" stroke="black" cx="176.52" cy="-162" rx="127.28" ry="18"/>
-<text text-anchor="middle" x="176.52" y="-158.3" font-family="Times,serif" 
font-size="14.00">datafusion_physical_expr</text>
+<ellipse fill="none" stroke="black" cx="100.74" cy="-162" rx="100.98" ry="18"/>
+<text text-anchor="middle" x="100.74" y="-158.3" font-family="Times,serif" 
font-size="14.00">datafusion_physical_expr</text>
 </g>
 <!-- datafusion_physical_expr&#45;&gt;datafusion_common -->
 <g id="edge2" class="edge">
 <title>datafusion_physical_expr&#45;&gt;datafusion_common</title>
-<path fill="none" stroke="black" d="M182.45,-143.8C189.82,-124.42 
203.99,-92.92 224.52,-72 237.47,-58.81 254.39,-47.92 270.31,-39.51"/>
-<polygon fill="black" stroke="black" points="272.18,-42.48 279.52,-34.84 
269.02,-36.24 272.18,-42.48"/>
+<path fill="none" stroke="black" d="M106.33,-144.01C113.78,-123.93 
128.89,-90.88 152.74,-72 179.52,-50.8 214.76,-38.05 246.44,-30.39"/>
+<polygon fill="black" stroke="black" points="247.62,-33.71 256.59,-28.08 
246.06,-26.89 247.62,-33.71"/>
 </g>
 <!-- datafusion_physical_expr&#45;&gt;datafusion_expr -->
 <g id="edge3" class="edge">
 <title>datafusion_physical_expr&#45;&gt;datafusion_expr</title>
-<path fill="none" stroke="black" d="M209.81,-144.59C229.95,-134.66 
255.79,-121.92 277.22,-111.36"/>
-<polygon fill="black" stroke="black" points="278.99,-114.39 286.42,-106.83 
275.9,-108.11 278.99,-114.39"/>
+<path fill="none" stroke="black" d="M130.66,-144.76C149.04,-134.79 
172.73,-121.94 192.34,-111.3"/>
+<polygon fill="black" stroke="black" points="194.19,-114.27 201.31,-106.43 
190.85,-108.12 194.19,-114.27"/>
 </g>
 <!-- datafusion_jit -->
 <g id="node5" class="node">
 <title>datafusion_jit</title>
-<ellipse fill="none" stroke="black" cx="532.52" cy="-162" rx="73.39" ry="18"/>
-<text text-anchor="middle" x="532.52" y="-158.3" font-family="Times,serif" 
font-size="14.00">datafusion_jit</text>
+<ellipse fill="none" stroke="black" cx="316.74" cy="-162" rx="59.29" ry="18"/>
+<text text-anchor="middle" x="316.74" y="-158.3" font-family="Times,serif" 
font-size="14.00">datafusion_jit</text>
 </g>
 <!-- datafusion_jit&#45;&gt;datafusion_common -->
 <g id="edge4" class="edge">
 <title>datafusion_jit&#45;&gt;datafusion_common</title>
-<path fill="none" stroke="black" d="M519.68,-144.25C503.98,-124.72 
475.74,-92.5 445.52,-72 424.42,-57.68 398.83,-46.09 376.17,-37.44"/>
-<polygon fill="black" stroke="black" points="377.25,-34.11 366.66,-33.91 
374.82,-40.67 377.25,-34.11"/>
+<path fill="none" stroke="black" d="M317.83,-143.87C319.36,-119.67 
322.18,-75.21 324,-46.39"/>
+<polygon fill="black" stroke="black" points="327.51,-46.39 324.65,-36.19 
320.53,-45.95 327.51,-46.39"/>
 </g>
 <!-- datafusion_jit&#45;&gt;datafusion_expr -->
 <g id="edge5" class="edge">
 <title>datafusion_jit&#45;&gt;datafusion_expr</title>
-<path fill="none" stroke="black" d="M490.24,-147.17C456.62,-136.17 
409.33,-120.7 372.89,-108.79"/>
-<polygon fill="black" stroke="black" points="373.52,-105.31 362.92,-105.52 
371.34,-111.96 373.52,-105.31"/>
+<path fill="none" stroke="black" d="M296.56,-144.76C285.12,-135.55 
270.61,-123.88 258.04,-113.77"/>
+<polygon fill="black" stroke="black" points="260.1,-110.93 250.11,-107.39 
255.71,-116.39 260.1,-110.93"/>
 </g>
 <!-- datafusion_row -->
 <g id="node6" class="node">
 <title>datafusion_row</title>
-<ellipse fill="none" stroke="black" cx="440.52" cy="-234" rx="81.49" ry="18"/>
-<text text-anchor="middle" x="440.52" y="-230.3" font-family="Times,serif" 
font-size="14.00">datafusion_row</text>
+<ellipse fill="none" stroke="black" cx="361.74" cy="-234" rx="65.79" ry="18"/>
+<text text-anchor="middle" x="361.74" y="-230.3" font-family="Times,serif" 
font-size="14.00">datafusion_row</text>
 </g>
 <!-- datafusion_row&#45;&gt;datafusion_common -->
 <g id="edge6" class="edge">
 <title>datafusion_row&#45;&gt;datafusion_common</title>
-<path fill="none" stroke="black" d="M442.07,-215.69C443.98,-184.1 
443.78,-116.27 412.52,-72 402.59,-57.93 387.67,-47.13 372.63,-39.07"/>
-<polygon fill="black" stroke="black" points="373.8,-35.74 363.29,-34.4 
370.66,-42 373.8,-35.74"/>
-</g>
-<!-- datafusion_row&#45;&gt;datafusion_expr -->
-<g id="edge7" class="edge">
-<title>datafusion_row&#45;&gt;datafusion_expr</title>
-<path fill="none" stroke="black" d="M426.05,-216.15C404.59,-191.17 
364.21,-144.17 339.5,-115.42"/>
-<polygon fill="black" stroke="black" points="342.15,-113.13 332.98,-107.82 
336.84,-117.69 342.15,-113.13"/>
+<path fill="none" stroke="black" d="M371.28,-215.93C376.38,-205.82 
382.13,-192.57 384.74,-180 387.99,-164.33 388.24,-159.61 384.74,-144 
376.55,-107.46 356.42,-69.01 341.95,-44.57"/>
+<polygon fill="black" stroke="black" points="344.89,-42.66 336.72,-35.92 
338.9,-46.29 344.89,-42.66"/>
 </g>
 <!-- datafusion_row&#45;&gt;datafusion_jit -->
-<g id="edge8" class="edge">
+<g id="edge7" class="edge">
 <title>datafusion_row&#45;&gt;datafusion_jit</title>
-<path fill="none" stroke="black" d="M462.32,-216.41C474.44,-207.19 
489.69,-195.59 502.88,-185.55"/>
-<polygon fill="black" stroke="black" points="505.35,-188.07 511.19,-179.23 
501.12,-182.5 505.35,-188.07"/>
+<path fill="none" stroke="black" d="M350.85,-216.05C345.49,-207.71 
338.91,-197.49 332.97,-188.25"/>
+<polygon fill="black" stroke="black" points="335.89,-186.31 327.53,-179.79 
330,-190.09 335.89,-186.31"/>
 </g>
 <!-- datafusion -->
 <g id="node7" class="node">
 <title>datafusion</title>
-<ellipse fill="none" stroke="black" cx="312.52" cy="-306" rx="59.59" ry="18"/>
-<text text-anchor="middle" x="312.52" y="-302.3" font-family="Times,serif" 
font-size="14.00">datafusion</text>
+<ellipse fill="none" stroke="black" cx="314.74" cy="-306" rx="47.39" ry="18"/>
+<text text-anchor="middle" x="314.74" y="-302.3" font-family="Times,serif" 
font-size="14.00">datafusion</text>
 </g>
 <!-- datafusion&#45;&gt;datafusion_common -->
-<g id="edge9" class="edge">
+<g id="edge8" class="edge">
 <title>datafusion&#45;&gt;datafusion_common</title>
-<path fill="none" stroke="black" d="M253.24,-302.98C176.14,-298.97 
47.83,-287.07 18.52,-252 -63.07,-154.38 148.7,-71.57 258,-36.68"/>
-<polygon fill="black" stroke="black" points="259.12,-40 267.61,-33.66 
257.02,-33.32 259.12,-40"/>
+<path fill="none" stroke="black" d="M358.07,-298.44C385.67,-291.77 
419.39,-278.45 436.74,-252 483.66,-180.45 398.83,-86 352.69,-42.63"/>
+<polygon fill="black" stroke="black" points="354.82,-39.84 345.1,-35.63 
350.08,-44.98 354.82,-39.84"/>
 </g>
 <!-- datafusion&#45;&gt;datafusion_data_access -->
-<g id="edge10" class="edge">
+<g id="edge9" class="edge">
 <title>datafusion&#45;&gt;datafusion_data_access</title>
-<path fill="none" stroke="black" d="M279.33,-291C254.87,-280.69 221.25,-266.51 
193.96,-255"/>
-<polygon fill="black" stroke="black" points="195.17,-251.72 184.6,-251.05 
192.45,-258.17 195.17,-251.72"/>
+<path fill="none" stroke="black" d="M352.28,-294.97C394.6,-283.66 
464.06,-265.11 514.52,-251.62"/>
+<polygon fill="black" stroke="black" points="515.59,-254.96 524.34,-249 
513.78,-248.2 515.59,-254.96"/>
 </g>
 <!-- datafusion&#45;&gt;datafusion_expr -->
-<g id="edge11" class="edge">
+<g id="edge10" class="edge">
 <title>datafusion&#45;&gt;datafusion_expr</title>
-<path fill="none" stroke="black" d="M313,-287.85C314.04,-250.83 316.5,-163.18 
317.75,-118.39"/>
-<polygon fill="black" stroke="black" points="321.26,-118.33 318.04,-108.23 
314.26,-118.13 321.26,-118.33"/>
+<path fill="none" stroke="black" d="M303.04,-288.21C296.15,-277.98 
287.48,-264.51 280.74,-252 264.13,-221.17 259.57,-213.3 248.74,-180 
242.12,-159.62 237.18,-135.86 234,-118.01"/>
+<polygon fill="black" stroke="black" points="237.42,-117.27 232.29,-108.01 
230.52,-118.45 237.42,-117.27"/>
 </g>
 <!-- datafusion&#45;&gt;datafusion_physical_expr -->
-<g id="edge13" class="edge">
+<g id="edge12" class="edge">
 <title>datafusion&#45;&gt;datafusion_physical_expr</title>
-<path fill="none" stroke="black" d="M308.79,-287.73C303.84,-268.29 
293.43,-236.73 274.52,-216 262.21,-202.5 245.64,-191.74 229.63,-183.55"/>
-<polygon fill="black" stroke="black" points="230.83,-180.24 220.31,-179.02 
227.78,-186.54 230.83,-180.24"/>
+<path fill="none" stroke="black" d="M286.29,-291.36C266.11,-281.3 
238.64,-266.85 215.74,-252 184.42,-231.7 150.92,-205.16 128.21,-186.36"/>
+<polygon fill="black" stroke="black" points="130.27,-183.53 120.35,-179.81 
125.79,-188.91 130.27,-183.53"/>
 </g>
 <!-- datafusion&#45;&gt;datafusion_jit -->
-<g id="edge12" class="edge">
+<g id="edge11" class="edge">
 <title>datafusion&#45;&gt;datafusion_jit</title>
-<path fill="none" stroke="black" d="M367.94,-299.16C425.64,-291.82 
510.38,-277.04 530.52,-252 544.25,-234.93 543.39,-209.48 539.89,-190.16"/>
-<polygon fill="black" stroke="black" points="543.26,-189.19 537.74,-180.15 
536.42,-190.66 543.26,-189.19"/>
+<path fill="none" stroke="black" d="M303.15,-288.2C296.95,-278.18 
289.95,-264.93 286.74,-252 282.89,-236.47 282.67,-231.47 286.74,-216 
289.27,-206.39 293.99,-196.69 298.95,-188.26"/>
+<polygon fill="black" stroke="black" points="301.98,-190.02 304.33,-179.68 
296.05,-186.3 301.98,-190.02"/>
 </g>
 <!-- datafusion&#45;&gt;datafusion_row -->
-<g id="edge14" class="edge">
+<g id="edge13" class="edge">
 <title>datafusion&#45;&gt;datafusion_row</title>
-<path fill="none" stroke="black" d="M339.98,-289.98C358.2,-280.02 
382.36,-266.81 402.43,-255.83"/>
-<polygon fill="black" stroke="black" points="404.23,-258.83 411.33,-250.97 
400.87,-252.69 404.23,-258.83"/>
+<path fill="none" stroke="black" d="M325.88,-288.41C331.47,-280.08 
338.38,-269.8 344.63,-260.49"/>
+<polygon fill="black" stroke="black" points="347.69,-262.21 350.36,-251.96 
341.88,-258.31 347.69,-262.21"/>
 </g>
 <!-- datafusion_proto -->
 <g id="node8" class="node">
 <title>datafusion_proto</title>
-<ellipse fill="none" stroke="black" cx="371.52" cy="-378" rx="89.08" ry="18"/>
-<text text-anchor="middle" x="371.52" y="-374.3" font-family="Times,serif" 
font-size="14.00">datafusion_proto</text>
+<ellipse fill="none" stroke="black" cx="265.74" cy="-378" rx="70.39" ry="18"/>
+<text text-anchor="middle" x="265.74" y="-374.3" font-family="Times,serif" 
font-size="14.00">datafusion_proto</text>
 </g>
 <!-- datafusion_proto&#45;&gt;datafusion -->
-<g id="edge15" class="edge">
+<g id="edge14" class="edge">
 <title>datafusion_proto&#45;&gt;datafusion</title>
-<path fill="none" stroke="black" d="M357.24,-360.05C350.07,-351.54 
341.24,-341.07 333.33,-331.68"/>
-<polygon fill="black" stroke="black" points="335.79,-329.18 326.67,-323.79 
330.44,-333.69 335.79,-329.18"/>
+<path fill="none" stroke="black" d="M277.6,-360.05C283.44,-351.71 
290.6,-341.49 297.06,-332.25"/>
+<polygon fill="black" stroke="black" points="300.12,-333.99 302.99,-323.79 
294.39,-329.97 300.12,-333.99"/>
 </g>
 <!-- ballista_core -->
 <g id="node9" class="node">
 <title>ballista_core</title>
-<ellipse fill="none" stroke="black" cx="350.52" cy="-450" rx="69.59" ry="18"/>
-<text text-anchor="middle" x="350.52" y="-446.3" font-family="Times,serif" 
font-size="14.00">ballista_core</text>
+<ellipse fill="none" stroke="black" cx="209.74" cy="-450" rx="55.79" ry="18"/>
+<text text-anchor="middle" x="209.74" y="-446.3" font-family="Times,serif" 
font-size="14.00">ballista_core</text>
 </g>
 <!-- ballista_core&#45;&gt;datafusion -->
-<g id="edge16" class="edge">
+<g id="edge15" class="edge">
 <title>ballista_core&#45;&gt;datafusion</title>
-<path fill="none" stroke="black" d="M315.69,-434.4C299.78,-425.75 
282.51,-413.09 273.52,-396 262.29,-374.63 275.8,-349.35 289.9,-331.2"/>
-<polygon fill="black" stroke="black" points="292.67,-333.34 296.33,-323.4 
287.27,-328.89 292.67,-333.34"/>
+<path fill="none" stroke="black" d="M197.96,-432.24C186.23,-413.28 
171.93,-382.16 186.74,-360 203.29,-335.24 233.76,-322.04 260.83,-315"/>
+<polygon fill="black" stroke="black" points="261.69,-318.39 270.61,-312.67 
260.07,-311.58 261.69,-318.39"/>
 </g>
 <!-- ballista_core&#45;&gt;datafusion_proto -->
-<g id="edge17" class="edge">
+<g id="edge16" class="edge">
 <title>ballista_core&#45;&gt;datafusion_proto</title>
-<path fill="none" stroke="black" d="M355.71,-431.7C358.05,-423.9 
360.87,-414.51 363.47,-405.83"/>
-<polygon fill="black" stroke="black" points="366.87,-406.69 366.39,-396.1 
360.16,-404.68 366.87,-406.69"/>
+<path fill="none" stroke="black" d="M223.01,-432.41C229.82,-423.91 
238.24,-413.37 245.81,-403.91"/>
+<polygon fill="black" stroke="black" points="248.66,-405.95 252.18,-395.96 
243.2,-401.58 248.66,-405.95"/>
 </g>
 <!-- ballista_scheduler -->
 <g id="node10" class="node">
 <title>ballista_scheduler</title>
-<ellipse fill="none" stroke="black" cx="473.52" cy="-522" rx="94.78" ry="18"/>
-<text text-anchor="middle" x="473.52" y="-518.3" font-family="Times,serif" 
font-size="14.00">ballista_scheduler</text>
+<ellipse fill="none" stroke="black" cx="311.74" cy="-522" rx="74.19" ry="18"/>
+<text text-anchor="middle" x="311.74" y="-518.3" font-family="Times,serif" 
font-size="14.00">ballista_scheduler</text>
 </g>
 <!-- ballista_scheduler&#45;&gt;datafusion -->
-<g id="edge19" class="edge">
+<g id="edge18" class="edge">
 <title>ballista_scheduler&#45;&gt;datafusion</title>
-<path fill="none" stroke="black" d="M478.87,-503.95C487.69,-472.17 
501.37,-403.22 469.52,-360 448.95,-332.09 412.95,-318.71 380.61,-312.37"/>
-<polygon fill="black" stroke="black" points="381.16,-308.91 370.71,-310.62 
379.94,-315.8 381.16,-308.91"/>
+<path fill="none" stroke="black" d="M320.38,-503.94C334.2,-474.39 
358.4,-411.87 344.74,-360 342.21,-350.39 337.49,-340.69 332.54,-332.26"/>
+<polygon fill="black" stroke="black" points="335.43,-330.3 327.16,-323.68 
329.5,-334.02 335.43,-330.3"/>
 </g>
 <!-- ballista_scheduler&#45;&gt;ballista_core -->
-<g id="edge18" class="edge">
+<g id="edge17" class="edge">
 <title>ballista_scheduler&#45;&gt;ballista_core</title>
-<path fill="none" stroke="black" d="M444.99,-504.76C427.67,-494.91 
405.4,-482.23 386.83,-471.66"/>
-<polygon fill="black" stroke="black" points="388.47,-468.57 378.05,-466.67 
385.01,-474.65 388.47,-468.57"/>
+<path fill="none" stroke="black" d="M288.08,-504.76C274.11,-495.18 
256.25,-482.92 241.12,-472.53"/>
+<polygon fill="black" stroke="black" points="242.79,-469.44 232.57,-466.67 
238.83,-475.21 242.79,-469.44"/>
 </g>
 <!-- ballista_executor -->
 <g id="node11" class="node">
 <title>ballista_executor</title>
-<ellipse fill="none" stroke="black" cx="232.52" cy="-522" rx="89.88" ry="18"/>
-<text text-anchor="middle" x="232.52" y="-518.3" font-family="Times,serif" 
font-size="14.00">ballista_executor</text>
+<ellipse fill="none" stroke="black" cx="110.74" cy="-522" rx="70.69" ry="18"/>
+<text text-anchor="middle" x="110.74" y="-518.3" font-family="Times,serif" 
font-size="14.00">ballista_executor</text>
 </g>
 <!-- ballista_executor&#45;&gt;datafusion -->
-<g id="edge21" class="edge">
+<g id="edge20" class="edge">
 <title>ballista_executor&#45;&gt;datafusion</title>
-<path fill="none" stroke="black" d="M232.98,-503.58C234.41,-472.94 
240.32,-408.12 264.52,-360 269.9,-349.3 278.05,-339.14 286.1,-330.63"/>
-<polygon fill="black" stroke="black" points="288.82,-332.86 293.4,-323.31 
283.86,-327.92 288.82,-332.86"/>
+<path fill="none" stroke="black" d="M113.08,-503.84C118.42,-471.27 
134.47,-400.15 176.74,-360 200.3,-337.63 234.29,-324.42 262.65,-316.79"/>
+<polygon fill="black" stroke="black" points="263.58,-320.16 272.42,-314.31 
261.87,-313.38 263.58,-320.16"/>
 </g>
 <!-- ballista_executor&#45;&gt;ballista_core -->
-<g id="edge20" class="edge">
+<g id="edge19" class="edge">
 <title>ballista_executor&#45;&gt;ballista_core</title>
-<path fill="none" stroke="black" d="M259.89,-504.76C276.36,-495 297.49,-482.46 
315.2,-471.95"/>
-<polygon fill="black" stroke="black" points="317.3,-474.78 324.11,-466.67 
313.73,-468.76 317.3,-474.78"/>
+<path fill="none" stroke="black" d="M133.7,-504.76C147.26,-495.18 
164.6,-482.92 179.29,-472.53"/>
+<polygon fill="black" stroke="black" points="181.44,-475.3 187.59,-466.67 
177.4,-469.58 181.44,-475.3"/>
 </g>
 <!-- ballista -->
 <g id="node12" class="node">
 <title>ballista</title>
-<ellipse fill="none" stroke="black" cx="350.52" cy="-594" rx="44.69" ry="18"/>
-<text text-anchor="middle" x="350.52" y="-590.3" font-family="Times,serif" 
font-size="14.00">ballista</text>
+<ellipse fill="none" stroke="black" cx="311.74" cy="-594" rx="36.29" ry="18"/>
+<text text-anchor="middle" x="311.74" y="-590.3" font-family="Times,serif" 
font-size="14.00">ballista</text>
 </g>
 <!-- ballista&#45;&gt;datafusion -->
-<g id="edge22" class="edge">
+<g id="edge21" class="edge">
 <title>ballista&#45;&gt;datafusion</title>
-<path fill="none" stroke="black" d="M394.17,-589.15C453.57,-582.9 
555.07,-568.29 577.52,-540 587.47,-527.47 581.78,-519.42 577.52,-504 
557.7,-432.14 550.41,-405.71 491.52,-360 459,-334.75 414.66,-321.51 
378.26,-314.57"/>
-<polygon fill="black" stroke="black" points="378.67,-311.09 368.21,-312.78 
377.44,-317.98 378.67,-311.09"/>
+<path fill="none" stroke="black" d="M340.75,-582.97C359.83,-574.68 
383.32,-560.84 394.74,-540 417.46,-498.54 407.39,-448.69 361.74,-360 
356.23,-349.28 348.04,-339.01 340.05,-330.4"/>
+<polygon fill="black" stroke="black" points="342.32,-327.72 332.84,-323 
337.31,-332.61 342.32,-327.72"/>
 </g>
 <!-- ballista&#45;&gt;ballista_core -->
-<g id="edge23" class="edge">
+<g id="edge22" class="edge">
 <title>ballista&#45;&gt;ballista_core</title>
-<path fill="none" stroke="black" d="M350.52,-575.87C350.52,-551.67 
350.52,-507.21 350.52,-478.39"/>
-<polygon fill="black" stroke="black" points="354.02,-478.19 350.52,-468.19 
347.02,-478.19 354.02,-478.19"/>
+<path fill="none" stroke="black" d="M284.06,-582.14C265.59,-573.47 
242.29,-559.53 228.74,-540 216.19,-521.9 211.67,-497.12 210.16,-478.3"/>
+<polygon fill="black" stroke="black" points="213.65,-478.06 209.59,-468.27 
206.67,-478.46 213.65,-478.06"/>
 </g>
 <!-- ballista&#45;&gt;ballista_scheduler -->
-<g id="edge24" class="edge">
+<g id="edge23" class="edge">
 <title>ballista&#45;&gt;ballista_scheduler</title>
-<path fill="none" stroke="black" d="M375.41,-578.83C392.82,-568.93 
416.39,-555.52 436.06,-544.32"/>
-<polygon fill="black" stroke="black" points="437.83,-547.34 444.79,-539.35 
434.36,-541.26 437.83,-547.34"/>
+<path fill="none" stroke="black" d="M311.74,-575.7C311.74,-567.98 
311.74,-558.71 311.74,-550.11"/>
+<polygon fill="black" stroke="black" points="315.24,-550.1 311.74,-540.1 
308.24,-550.1 315.24,-550.1"/>
 </g>
 <!-- ballista&#45;&gt;ballista_executor -->
-<g id="edge25" class="edge">
+<g id="edge24" class="edge">
 <title>ballista&#45;&gt;ballista_executor</title>
-<path fill="none" stroke="black" d="M326.36,-578.67C309.79,-568.83 
287.5,-555.61 268.81,-544.52"/>
-<polygon fill="black" stroke="black" points="270.34,-541.37 259.96,-539.28 
266.77,-547.39 270.34,-541.37"/>
+<path fill="none" stroke="black" d="M282.94,-582.97C251.02,-571.85 
198.96,-553.72 160.42,-540.3"/>
+<polygon fill="black" stroke="black" points="161.53,-536.98 150.94,-537 
159.23,-543.59 161.53,-536.98"/>
 </g>
 <!-- datafusion_cli -->
 <g id="node13" class="node">
 <title>datafusion_cli</title>
-<ellipse fill="none" stroke="black" cx="232.52" cy="-666" rx="74.99" ry="18"/>
-<text text-anchor="middle" x="232.52" y="-662.3" font-family="Times,serif" 
font-size="14.00">datafusion_cli</text>
+<ellipse fill="none" stroke="black" cx="381.74" cy="-666" rx="60.39" ry="18"/>
+<text text-anchor="middle" x="381.74" y="-662.3" font-family="Times,serif" 
font-size="14.00">datafusion_cli</text>
 </g>
 <!-- datafusion_cli&#45;&gt;datafusion -->
-<g id="edge26" class="edge">
+<g id="edge25" class="edge">
 <title>datafusion_cli&#45;&gt;datafusion</title>
-<path fill="none" stroke="black" d="M205.75,-648.99C170.93,-625.9 
114.52,-579.74 114.52,-523 114.52,-523 114.52,-523 114.52,-449 114.52,-378.42 
198.63,-339.52 257.21,-320.99"/>
-<polygon fill="black" stroke="black" points="258.55,-324.24 267.1,-317.98 
256.51,-317.54 258.55,-324.24"/>
+<path fill="none" stroke="black" d="M396.25,-648.39C416.75,-623.13 
451.74,-572.75 451.74,-523 451.74,-523 451.74,-523 451.74,-449 451.74,-391.36 
392.55,-348.14 351.98,-325.29"/>
+<polygon fill="black" stroke="black" points="353.58,-322.18 343.13,-320.46 
350.23,-328.32 353.58,-322.18"/>
 </g>
 <!-- datafusion_cli&#45;&gt;ballista -->
-<g id="edge27" class="edge">
+<g id="edge26" class="edge">
 <title>datafusion_cli&#45;&gt;ballista</title>
-<path fill="none" stroke="black" d="M259.3,-649.12C276.6,-638.85 
299.22,-625.43 317.61,-614.52"/>
-<polygon fill="black" stroke="black" points="319.45,-617.5 326.26,-609.39 
315.87,-611.48 319.45,-617.5"/>
+<path fill="none" stroke="black" d="M365.15,-648.41C356,-639.26 344.51,-627.76 
334.52,-617.78"/>
+<polygon fill="black" stroke="black" points="336.8,-615.11 327.25,-610.51 
331.85,-620.06 336.8,-615.11"/>
 </g>
 </g>
 </svg>

Reply via email to