{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Yuriy Gavrilov: posts tagged Arrow",
    "_rss_description": "Welcome to my personal place for love, peace and happiness 🤖 Yuiry Gavrilov",
    "_rss_language": "en",
    "_itunes_email": "yvgavrilov@gmail.com",
    "_itunes_categories_xml": "",
    "_itunes_image": "https:\/\/gavrilov.info\/pictures\/userpic\/userpic-square@2x.jpg?1643451008",
    "_itunes_explicit": "no",
    "home_page_url": "https:\/\/gavrilov.info\/tags\/arrow\/",
    "feed_url": "https:\/\/gavrilov.info\/tags\/arrow\/json\/",
    "icon": "https:\/\/gavrilov.info\/pictures\/userpic\/userpic@2x.jpg?1643451008",
    "authors": [
        {
            "name": "Yuriy Gavrilov - B[u]g - for charity.gavrilov.eth",
            "url": "https:\/\/gavrilov.info\/",
            "avatar": "https:\/\/gavrilov.info\/pictures\/userpic\/userpic@2x.jpg?1643451008"
        }
    ],
    "items": [
        {
            "id": "73",
            "url": "https:\/\/gavrilov.info\/all\/polezny-freymvork-datafusion-sql-engine-na-baze-arrow\/",
            "title": "Полезный фрэймворк datafusion – SQL Engine на базе Arrow",
            "content_html": "<p><a href=\"https:\/\/arrow.apache.org\/datafusion\/\">https:\/\/arrow.apache.org\/datafusion\/<\/a><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">$ datafusion-cli\nDataFusion CLI v17.0.0\n❯ select * from 'data.csv';\n+---+---+\n| a | b |\n+---+---+\n| 1 | 2 |\n+---+---+\n1 row in set. Query took 0.007 seconds.<\/code><\/pre><p>А можно даже с s3 напрямую читать:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">CREATE EXTERNAL TABLE test\nSTORED AS PARQUET\nOPTIONS(\n    'access_key_id' '******',\n    'secret_access_key' '******',\n    'region' 'us-east-2'\n)\nLOCATION 's3:\/\/bucket\/path\/file.parquet';<\/code><\/pre>",
            "date_published": "2023-10-18T21:20:09+03:00",
            "date_modified": "2023-10-18T21:31:30+03:00",
            "tags": [
                "Apache",
                "Arrow",
                "big data",
                "datafusion"
            ],
            "_date_published_rfc2822": "Wed, 18 Oct 2023 21:20:09 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "73",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4171,
    "_e2_ua_string": "Aegea 11.4 (v4171e)"
}