Merging upstream version 16.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c12f551e31
commit
718a80b164
106 changed files with 41940 additions and 40162 deletions
|
@ -1278,7 +1278,7 @@ class TestFunctions(unittest.TestCase):
|
|||
col = SF.concat(SF.col("cola"), SF.col("colb"))
|
||||
self.assertEqual("CONCAT(cola, colb)", col.sql())
|
||||
col_single = SF.concat("cola")
|
||||
self.assertEqual("cola", col_single.sql())
|
||||
self.assertEqual("CONCAT(cola)", col_single.sql())
|
||||
|
||||
def test_array_position(self):
|
||||
col_str = SF.array_position("cola", SF.col("colb"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue