File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
from awswrangler .s3 ._read import (
34
34
_apply_partition_filter ,
35
35
_check_version_id ,
36
+ _concat_union_categoricals ,
36
37
_extract_partitions_dtypes_from_table_details ,
37
38
_get_num_output_blocks ,
38
39
_get_path_ignore_suffix ,
39
40
_get_path_root ,
40
41
_get_paths_for_glue_table ,
41
- _concat_union_categoricals ,
42
42
_InternalReadTableMetadataReturnValue ,
43
43
_TableMetadataReader ,
44
44
)
Original file line number Diff line number Diff line change 19
19
from awswrangler .s3 ._read import (
20
20
_apply_partition_filter ,
21
21
_check_version_id ,
22
+ _concat_union_categoricals ,
22
23
_get_num_output_blocks ,
23
24
_get_path_ignore_suffix ,
24
25
_get_path_root ,
25
- _concat_union_categoricals ,
26
26
)
27
27
from awswrangler .s3 ._read_text_core import _read_text_file , _read_text_files_chunked
28
28
from awswrangler .typing import RaySettings
You can’t perform that action at this time.
0 commit comments