c3r-cli-spark/src/main/java/com/amazonaws/c3r/spark/cli/EncryptMode.java [346:354]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final ParquetConfig pCfg = getParquetConfig();

            printColumnTransformInfo(cfg.getTableSchema());
            if (!optionalArgs.dryRun) {
                log.info("Encrypting data from {}.", cfg.getSourceFile());
                switch (cfg.getFileFormat()) {
                    case CSV:
                        if (pCfg.isSet()) {
                            throw new C3rIllegalArgumentException("Parquet options specified for CSV file.");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



c3r-cli/src/main/java/com/amazonaws/c3r/cli/EncryptMode.java [344:352]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final ParquetConfig pCfg = getParquetConfig();

            printColumnTransformInfo(cfg.getTableSchema());
            if (!optionalArgs.dryRun) {
                log.info("Encrypting data from {}.", cfg.getSourceFile());
                switch (cfg.getFileFormat()) {
                    case CSV:
                        if (pCfg.isSet()) {
                            throw new C3rIllegalArgumentException("Parquet options specified for CSV file.");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



