zhuqi-lucas commented on PR #14922:
URL: https://github.com/apache/datafusion/pull/14922#issuecomment-2692495354

   Testing result:
   
   ```rust
   > CREATE EXTERNAL TABLE IF NOT EXISTS lineitem (
           l_orderkey BIGINT,
           l_partkey BIGINT,
           l_suppkey BIGINT,
           l_linenumber INTEGER,
           l_quantity DECIMAL(15, 2),
           l_extendedprice DECIMAL(15, 2),
           l_discount DECIMAL(15, 2),
           l_tax DECIMAL(15, 2),
           l_returnflag VARCHAR,
           l_linestatus VARCHAR,
           l_shipdate DATE,
           l_commitdate DATE,
           l_receiptdate DATE,
           l_shipinstruct VARCHAR,
           l_shipmode VARCHAR,
           l_comment VARCHAR
   ) STORED AS parquet
   LOCATION '/Users/zhuqi/arrow-datafusion/benchmarks/data/tpch_sf10/lineitem';
   0 row(s) fetched.
   Elapsed 0.006 seconds.
   
   > select arrow_typeof(l_comment) from lineitem limit 1;
   +----------------------------------+
   | arrow_typeof(lineitem.l_comment) |
   +----------------------------------+
   | Utf8View                         |
   +----------------------------------+
   1 row(s) fetched.
   Elapsed 0.092 seconds.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to