Skip to content

Commit 91e42fe

Browse files
committed
refine indent
1 parent d52aab5 commit 91e42fe

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

emr-maxcompute/src/test/scala/org/apache/spark/sql/aliyun/odps/OdpsOpsSuite.scala

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ class OdpsOpsSuite extends SparkFunSuite {
6565
// scalastyle:off
6666
"""
6767
|CREATE TABLE `odps_basic_types` (
68-
| `a` boolean,
69-
| `b` smallint,
70-
| `c` int,
71-
| `d` bigint,
72-
| `e` float,
73-
| `f` double,
74-
| `g` decimal,
75-
| `h` datetime,
76-
| `i` timestamp,
77-
| `j` string,
78-
| `k` tinyint,
79-
| `l` binary,
80-
| `m` array<double>,
81-
| `n` map<double, timestamp>,
82-
| `o` struct<s1: double, s2: timestamp>
68+
| `a` boolean,
69+
| `b` smallint,
70+
| `c` int,
71+
| `d` bigint,
72+
| `e` float,
73+
| `f` double,
74+
| `g` decimal,
75+
| `h` datetime,
76+
| `i` timestamp,
77+
| `j` string,
78+
| `k` tinyint,
79+
| `l` binary,
80+
| `m` array<double>,
81+
| `n` map<double, timestamp>,
82+
| `o` struct<s1: double, s2: timestamp>
8383
|) ;
8484
""".stripMargin,
8585
// scalastyle:on

emr-maxcompute/src/test/scala/org/apache/spark/sql/aliyun/odps/types/OdpsDataTypeSuite.scala

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@ class OdpsDataTypeSuite extends SparkFunSuite {
6161
"""
6262
|drop table if exists odps_basic_types;
6363
|CREATE TABLE `odps_basic_types` (
64-
|`a` boolean,
65-
|`b` smallint,
66-
|`c` int,
67-
|`d` bigint,
68-
|`e` float,
69-
|`f` double,
70-
|`g` decimal,
71-
|`h` datetime,
72-
|`i` timestamp,
73-
|`j` string,
74-
|`k` tinyint,
75-
|`l` binary,
76-
| `m` array<double>,
77-
| `n` map<double, timestamp>,
78-
| `o` struct<s1: double, s2: timestamp>
64+
| `a` boolean,
65+
| `b` smallint,
66+
| `c` int,
67+
| `d` bigint,
68+
| `e` float,
69+
| `f` double,
70+
| `g` decimal,
71+
| `h` datetime,
72+
| `i` timestamp,
73+
| `j` string,
74+
| `k` tinyint,
75+
| `l` binary,
76+
| `m` array<double>,
77+
| `n` map<double, timestamp>,
78+
| `o` struct<s1: double, s2: timestamp>
7979
|) ;
8080
""".stripMargin,
8181
// scalastyle:on

0 commit comments

Comments
 (0)