Skip to content

3.2.0 multi batch loading and load empty cell as null update#128

Merged
n2iw merged 16 commits into
3.2.0from
3.2.0_multi_batch
Mar 31, 2026
Merged

3.2.0 multi batch loading and load empty cell as null update#128
n2iw merged 16 commits into
3.2.0from
3.2.0_multi_batch

Conversation

@wfy1997
Copy link
Copy Markdown
Contributor

@wfy1997 wfy1997 commented Mar 27, 2026

No description provided.

@wfy1997 wfy1997 requested a review from n2iw March 27, 2026 16:39
Comment thread loader.py Outdated
if not config.s3_folder and not os.path.isdir(config.dataset):
dataset = config.dataset
if isinstance(config.dataset, list):
dataset = config.dataset[0]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we check all config.dataset list, instead of just the first one?

Comment thread loader.py Outdated
sys.exit(1)
if not list_dataset:
prop_path = os.path.join(config.dataset, config.prop_file)
if os.path.isfile(prop_path):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The purpose of this part of code is to allow a prop file inside dataset folder to overwrite default prop file, so we should always check if there is a prop file inside dataset folder, no matter there is a single dataset or multiple.

@wfy1997 wfy1997 requested a review from n2iw March 30, 2026 14:01
Copy link
Copy Markdown

@n2iw n2iw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@n2iw n2iw merged commit f1566d3 into 3.2.0 Mar 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants