from_erasure_to_none.sql 105 B

12345678
  1. USE plato;
  2. PRAGMA yt.PublishedErasureCodec = 'none';
  3. INSERT INTO Output
  4. SELECT *
  5. FROM Input
  6. LIMIT 100;