Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Xu <allxu@nvidia.com>
  • Loading branch information
wjxiz1992 committed Jul 7, 2023
1 parent bcfd0f8 commit 8ce1856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The utility requires a pre-defined [template file](./convert_submit_gpu.template
necessary Spark configurations. Either user can submit the `nds_transcode.py` directly to spark with
arbitrary Spark parameters.
CSV, Parquet and ORC are supported for input data format at present.
CSV is the default input format for data conversion, it can be overridden by `--input_format`.
Parquet, Orc, Avro, JSON and Iceberg are supported for output data format at present with CPU. For GPU conversion,
only Parquet and Orc are supported.
Expand Down
2 changes: 1 addition & 1 deletion nds/nds_transcode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 8ce1856

Please sign in to comment.