File tree Expand file tree Collapse file tree 4 files changed +364
-131
lines changed Expand file tree Collapse file tree 4 files changed +364
-131
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ http_archive(
5454 sha256 = "14bf9bf97431b890e0ae5dca8f8904841d4883b8596a7108a42f5700ae58d711" ,
5555 strip_prefix = "google-cloud-cpp-1.21.0" ,
5656 urls = [
57- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/googleapis/google-cloud-cpp/archive/v1.21.0.tar.gz" ,
5857 "https://github.com/googleapis/google-cloud-cpp/archive/v1.21.0.tar.gz" ,
5958 ],
6059)
Original file line number Diff line number Diff line change 1717@@ArrowDataset
1818@@ArrowFeatherDataset
1919@@ArrowStreamDataset
20+ @@ArrowParquetDataset
2021@@list_feather_columns
2122"""
2223
2627from tensorflow_io .python .ops .arrow_dataset_ops import ArrowDataset
2728from tensorflow_io .python .ops .arrow_dataset_ops import ArrowFeatherDataset
2829from tensorflow_io .python .ops .arrow_dataset_ops import ArrowStreamDataset
30+ from tensorflow_io .python .ops .arrow_dataset_ops import ArrowParquetDataset
2931from tensorflow_io .python .ops .arrow_dataset_ops import list_feather_columns
3032
3133
3234_allowed_symbols = [
3335 "ArrowDataset" ,
3436 "ArrowFeatherDataset" ,
3537 "ArrowStreamDataset" ,
38+ "ArrowParquetDataset" ,
3639 "list_feather_columns" ,
3740]
3841
You can’t perform that action at this time.
0 commit comments