Skip to content

Commit

Permalink
Revert column names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Aug 2, 2024
1 parent 684dd96 commit dcd15fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/sparksoniq/spark/SparkSessionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ public class SparkSessionManager {
public static String countColumnName = "count5af0c0c8-e84c-482a-82ce-1887565cf448";
public static String rightHandSideHashColumnName = "rhsdb273b7d-d927-4c0d-b9c1-665af71faa2b ";
public static String leftHandSideHashColumnName = "lhs171bdb70-7400-48ed-a105-d132f4e38a2d";
public static String mutabilityLevelColumnName = "mutabilityLevel44757020-504f-481f-b7f9-3a535b91e1cf";
public static String mutabilityLevelColumnName = "mutabilityLevel";
public static String rowIdColumnName = "rowID";
public static String pathInColumnName = "pathIn3f90351d-2837-40a3-8c5e-3974e4206332";
public static String tableLocationColumnName = "tableLocation383fd0c4-03ed-46aa-83e3-8eef8bb92434";
public static String pathInColumnName = "pathIn";
public static String tableLocationColumnName = "tableLocation";

private SparkSessionManager() {
}
Expand Down

0 comments on commit dcd15fe

Please sign in to comment.