Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Conversation

piyushnarang
Copy link

@piyushnarang piyushnarang commented Apr 9, 2018

Details of the bug here: prestodb#10099
Tested out create and CTAS successfully.
Create:

presto:pnarang> CREATE TABLE piyush_orders_test_7( orderkey bigint, orderstatus varchar, totalprice double, orderdate date ) WITH (format = 'ORC');
CREATE TABLE

CTAS:

presto:pnarang> create table my_bi_dim_campaign as select * from bossdb.bi_dim_campaign limit 1;
CREATE TABLE: 1 row

Query 20180409_195628_00001_gkhjv, FINISHED, 1 node
http://localhost:8080/query.html?20180409_195628_00001_gkhjv
Splits: 52 total, 52 done (100.00%)
CPU Time: 1.8s total,   119 rows/s, 13.1KB/s, 6% active
Per Node: 0.0 parallelism,     3 rows/s,   342B/s
Parallelism: 0.0
1:12 [220 rows, 24.1KB] [3 rows/s, 342B/s]

There's an open PR in OSS Presto - prestodb#10102
If that gets merged / resolved we're good, else we could use this as a temporary stopgap.

rclaude added a commit to criteo-forks/presto that referenced this pull request Mar 5, 2020
rclaude added a commit to criteo-forks/presto that referenced this pull request Apr 19, 2020
rclaude added a commit to criteo-forks/presto that referenced this pull request May 28, 2020
rclaude added a commit to criteo-forks/presto that referenced this pull request Oct 5, 2020
rclaude added a commit to criteo-forks/presto that referenced this pull request Oct 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants