dongjoon-hyun commented on issue #26360: [SPARK-29714][SQL][TESTS] Port 
insert.sql
URL: https://github.com/apache/spark/pull/26360#issuecomment-549684325
 
 
   Actually, only 3 original queries works. I'm not sure this `insert.sql` is 
worthy to add and keep this in Apache Spark repository.
   ```
    --
    -- TOASTed value test
    --
    insert into inserttest values(30, 50, repeat('x', 10000));
   
    select col1, col2, char_length(col3) from inserttest;
   
    drop table inserttest;
   ```
   
   However, If we need to have this for completeness, I'm not against this.
   
   BTW, cc @gatorsmile .

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to