diff --git a/CHANGELOG.md b/CHANGELOG.md index a12b134c5c7..c08027859a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,6 @@ - Fixed a bug in local testing implementation of DataFrameReader.csv when the optional parameter `field_optionally_enclosed_by` is specified. - Fixed a bug in local testing implementation of Column.regexp where only the first entry is considered when `pattern` is a `Column`. - Fixed a bug in local testing implementation of Table.update in which null value in the rows to be updated causes `KeyError`. -- Fixed a bug in local testing implementation of LEFT ANTI and LEFT SEMI joins where rows with null values are dropped. - Fixed a bug in local testing implementation where VARIANT columns raise errors at `DataFrame.collect`. - Fixed a bug in local testing implementation of `count_distinct`.