<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>Yuriy Gavrilov: posts tagged Apache</title>
<link>https://gavrilov.info/tags/apache/</link>
<description>Welcome to my personal place for love, peace and happiness 🤖 Yuiry Gavrilov</description>
<author></author>
<language>en</language>
<generator>Aegea 11.4 (v4171e)</generator>

<itunes:owner>
<itunes:name></itunes:name>
<itunes:email>yvgavrilov@gmail.com</itunes:email>
</itunes:owner>
<itunes:subtitle>Welcome to my personal place for love, peace and happiness 🤖 Yuiry Gavrilov</itunes:subtitle>
<itunes:image href="https://gavrilov.info/pictures/userpic/userpic-square@2x.jpg?1643451008" />
<itunes:explicit>no</itunes:explicit>

<item>
<title>Полезный фрэймворк datafusion – SQL Engine на базе Arrow</title>
<guid isPermaLink="false">73</guid>
<link>https://gavrilov.info/all/polezny-freymvork-datafusion-sql-engine-na-baze-arrow/</link>
<pubDate>Wed, 18 Oct 2023 21:20:09 +0300</pubDate>
<author></author>
<comments>https://gavrilov.info/all/polezny-freymvork-datafusion-sql-engine-na-baze-arrow/</comments>
<description>
&lt;p&gt;&lt;a href="https://arrow.apache.org/datafusion/"&gt;https://arrow.apache.org/datafusion/&lt;/a&gt;&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;$ datafusion-cli
DataFusion CLI v17.0.0
❯ select * from 'data.csv';
+---+---+
| a | b |
+---+---+
| 1 | 2 |
+---+---+
1 row in set. Query took 0.007 seconds.&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;А можно даже с s3 напрямую читать:&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;CREATE EXTERNAL TABLE test
STORED AS PARQUET
OPTIONS(
    'access_key_id' '******',
    'secret_access_key' '******',
    'region' 'us-east-2'
)
LOCATION 's3://bucket/path/file.parquet';&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>