Skip to content

Commit d4068ca

Browse files
committed
To solve lint convention
1 parent 9b63baa commit d4068ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databricks/koalas/internal.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ def attach_default_index(sdf):
417417
This method attaches a default index to Spark DataFrame. Spark does not have the index
418418
notion so corresponding column should be generated.
419419
420-
There are three types of default index that can be configured by `compute.default_index_type`
421-
environment variable.
420+
There are three types of default index can be configured by `compute.default_index_type`
422421
423422
- sequence: It implements a sequence that increases one by one, by Window function without
424423
specifying partition. Therefore, it ends up with whole partition in single node.

0 commit comments

Comments
 (0)