Skip to content

Commit

Permalink
Update kernel/kernel-defaults/src/main/java/io/delta/kernel/defaults/…
Browse files Browse the repository at this point in the history
…internal/parquet/ParquetSchemaUtils.java
  • Loading branch information
vkorukanti authored Aug 16, 2024
1 parent 10aa212 commit 6ab262d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private static Type toParquetMapType(
MapType mapType,
String name,
Repetition repetition) {
// We will be supporting the 3-level array structure only. 2-level array structures are
// We will be supporting the 3-level map structure only. 2-level map structures are
// a very old legacy versions of Parquet which Kernel doesn't support writing as.

String keyRelativePath = relativePath + ".key";
Expand Down

0 comments on commit 6ab262d

Please sign in to comment.