You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
><b>A note for building and running tests on Windows</b>
@@ -1752,6 +1752,15 @@ at org.apache.hadoop.io.nativeio.NativeIO$POSIX.getStat(NativeIO.java:608)
1752
1752
A: Update hadoop dll to version 3.2.2 or newer.
1753
1753
1754
1754
## Changelog
1755
+
-#### 2.7.2 released 7 June 2024.
1756
+
-[#684](https://github.com/AbsaOSS/cobrix/issues/684) Fixed failing to read a data file in certain combination of options.
1757
+
-[#685](https://github.com/AbsaOSS/cobrix/issues/685) Added methods to flatten schema of a dataframe more effective than `flattenSchema()`, but does not flatten arrays:
1758
+
```scala
1759
+
// df - a DataFrame with nested structs
1760
+
valflatDf=SparkUtils.unstructDataFrame(df)
1761
+
// flatDf the same dataframe with all nested fields promoted to the top level.
1762
+
```
1763
+
1755
1764
-####2.7.1 released 4June2024.
1756
1765
- [#680](https://github.com/AbsaOSS/cobrix/issues/680) ShadedANTLR runtime in 'cobol-parser' to avoid conflicts with various versions of Spark that uses ANTLR as well.
1757
1766
- [#678](https://github.com/AbsaOSS/cobrix/issues/678) Added an experimental method `SparkUtils.covertIntegralToDecimal()` for applying extended metadata to a DataFrame.
0 commit comments