Merging upstream version 10.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
582b160275
commit
a5128ea109
57 changed files with 1542 additions and 529 deletions
|
@ -1276,7 +1276,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("CONCAT(cola)", col_single.sql())
|
||||
self.assertEqual("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