File tree 4 files changed +455
-222
lines changed
4 files changed +455
-222
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ http_archive(
54
54
sha256 = "14bf9bf97431b890e0ae5dca8f8904841d4883b8596a7108a42f5700ae58d711" ,
55
55
strip_prefix = "google-cloud-cpp-1.21.0" ,
56
56
urls = [
57
- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/googleapis/google-cloud-cpp/archive/v1.21.0.tar.gz" ,
58
57
"https://github.com/googleapis/google-cloud-cpp/archive/v1.21.0.tar.gz" ,
59
58
],
60
59
)
Original file line number Diff line number Diff line change 17
17
@@ArrowDataset
18
18
@@ArrowFeatherDataset
19
19
@@ArrowStreamDataset
20
+ @@ArrowParquetDataset
20
21
@@list_feather_columns
21
22
"""
22
23
26
27
from tensorflow_io .python .ops .arrow_dataset_ops import ArrowDataset
27
28
from tensorflow_io .python .ops .arrow_dataset_ops import ArrowFeatherDataset
28
29
from tensorflow_io .python .ops .arrow_dataset_ops import ArrowStreamDataset
30
+ from tensorflow_io .python .ops .arrow_dataset_ops import ArrowParquetDataset
29
31
from tensorflow_io .python .ops .arrow_dataset_ops import list_feather_columns
30
32
31
33
32
34
_allowed_symbols = [
33
35
"ArrowDataset" ,
34
36
"ArrowFeatherDataset" ,
35
37
"ArrowStreamDataset" ,
38
+ "ArrowParquetDataset" ,
36
39
"list_feather_columns" ,
37
40
]
38
41
You can’t perform that action at this time.
0 commit comments