blob: 0f4c0cebd5b8b9de2be7caed6df7662785767945 [file] [log] [blame]
------------------------------------------------------------------
-- PXF read test
------------------------------------------------------------------
SELECT * from pxf_read_test order by a;
SELECT * from pxf_readcustom_test order by a;
------------------------------------------------------------------
-- PXF write test
------------------------------------------------------------------
\!rm -rf /tmp/pxf
INSERT INTO pxf_write_test SELECT * from origin;
\!ls -1 /tmp/pxf/ | wc -l | sed -e 's/^[[:space:]]*//'
\!cat /tmp/pxf/* | sort