Skip to content

Commit

Permalink
Fix formatting in TestHiveIntegrationSmokeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlussel committed Sep 1, 2020
1 parent 256fb82 commit 4375cd2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4733,12 +4733,12 @@ public void testPageFileFormatSmallStripe()
assertUpdate(
smallStripeSession,
"CREATE TABLE test_pagefile_small_stripe\n" +
"WITH (\n" +
"format = 'PAGEFILE'\n" +
") AS\n" +
"SELECT\n" +
"*\n" +
"FROM tpch.orders",
"WITH (\n" +
"format = 'PAGEFILE'\n" +
") AS\n" +
"SELECT\n" +
"*\n" +
"FROM tpch.orders",
"SELECT count(*) FROM orders");

assertQuery("SELECT count(*) FROM test_pagefile_small_stripe", "SELECT count(*) FROM orders");
Expand Down

0 comments on commit 4375cd2

Please sign in to comment.