File tree Expand file tree Collapse file tree 10 files changed +12
-43
lines changed Expand file tree Collapse file tree 10 files changed +12
-43
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ ls wheelhouse/*
73
73
# # Set test services
74
74
bash -x -e tests/test_gcloud/test_gcs.sh gcs-emulator
75
75
bash -x -e tests/test_kafka/kafka_test.sh
76
+ bash -x -e tests/test_pulsar/pulsar_test.sh
76
77
bash -x -e tests/test_aws/aws_test.sh
77
78
bash -x -e tests/test_pubsub/pubsub_test.sh pubsub
78
79
bash -x -e tests/test_prometheus/prometheus_test.sh start
Original file line number Diff line number Diff line change @@ -31,11 +31,7 @@ limitations under the License.
31
31
#include " storage_account.h"
32
32
#include " storage_credential.h"
33
33
#include " storage_errno.h"
34
- // TODO: Restore logging.h
35
- #define TF_Log (...)
36
- #define TF_VLog (...)
37
- // #include "tensorflow/c/logging.h"
38
- // TODO: Restore logging.h
34
+ #include " tensorflow/c/logging.h"
39
35
#include " tensorflow/c/tf_status.h"
40
36
#include " tensorflow_io/core/plugins/file_system_plugins.h"
41
37
Original file line number Diff line number Diff line change @@ -28,12 +28,8 @@ limitations under the License.
28
28
#endif
29
29
#include < string>
30
30
#include < vector>
31
- // TODO: Restore logging.h
32
- #define TF_Log (...)
33
- #define TF_VLog (...)
34
- // #include "tensorflow/c/logging.h"
35
- // TODO: Restore logging.h
36
31
32
+ #include " tensorflow/c/logging.h"
37
33
#include " tensorflow_io/core/plugins/gs/gcs_env.h"
38
34
39
35
namespace tensorflow {
Original file line number Diff line number Diff line change @@ -20,16 +20,12 @@ limitations under the License.
20
20
#include " absl/strings/str_cat.h"
21
21
#include " absl/types/variant.h"
22
22
#include " google/cloud/storage/client.h"
23
+ #include " tensorflow/c/logging.h"
24
+ #include " tensorflow/c/tf_status.h"
23
25
#include " tensorflow_io/core/plugins/file_system_plugins.h"
24
26
#include " tensorflow_io/core/plugins/gs/expiring_lru_cache.h"
25
27
#include " tensorflow_io/core/plugins/gs/gcs_helper.h"
26
28
#include " tensorflow_io/core/plugins/gs/ram_file_block_cache.h"
27
- // TODO: Restore logging.h
28
- #define TF_Log (...)
29
- #define TF_VLog (...)
30
- // #include "tensorflow/c/logging.h"
31
- // TODO: Restore logging.h
32
- #include " tensorflow/c/tf_status.h"
33
29
34
30
namespace tensorflow {
35
31
namespace io {
Original file line number Diff line number Diff line change @@ -27,12 +27,8 @@ limitations under the License.
27
27
#include " absl/base/thread_annotations.h"
28
28
#include " absl/synchronization/mutex.h"
29
29
#include " absl/synchronization/notification.h"
30
+ #include " tensorflow/c/logging.h"
30
31
#include " tensorflow/c/tf_status.h"
31
- // TODO: Restore logging.h
32
- #define TF_Log (...)
33
- #define TF_VLog (...)
34
- // #include "tensorflow/c/logging.h"
35
- // TODO: Restore logging.h
36
32
#include " tensorflow_io/core/plugins/gs/gcs_env.h"
37
33
38
34
namespace tensorflow {
Original file line number Diff line number Diff line change @@ -31,11 +31,7 @@ limitations under the License.
31
31
#include " absl/strings/str_cat.h"
32
32
#include " absl/synchronization/mutex.h"
33
33
#include " hdfs/hdfs.h"
34
- // TODO: Restore logging.h
35
- #define TF_Log (...)
36
- #define TF_VLog (...)
37
- // #include "tensorflow/c/logging.h"
38
- // TODO: Restore logging.h
34
+ #include " tensorflow/c/logging.h"
39
35
#include " tensorflow/c/tf_status.h"
40
36
#include " tensorflow_io/core/plugins/file_system_plugins.h"
41
37
Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ limitations under the License.
22
22
#include " absl/strings/ascii.h"
23
23
#include " absl/strings/str_cat.h"
24
24
#include " absl/synchronization/mutex.h"
25
- // TODO: Restore logging.h
26
- #define TF_Log (...)
27
- #define TF_VLog (...)
28
- // #include "tensorflow/c/logging.h"
29
- // TODO: Restore logging.h
25
+ #include " tensorflow/c/logging.h"
30
26
#include " tensorflow/c/tf_status.h"
31
27
#include " tensorflow_io/core/plugins/file_system_plugins.h"
32
28
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ limitations under the License.
23
23
#include < sstream>
24
24
25
25
#include " absl/synchronization/mutex.h"
26
- // TODO: Restore logging.h
27
- #define TF_Log (...)
28
- #define TF_VLog (...)
29
- // #include "tensorflow/c/logging.h"
30
- // TODO: Restore logging.h
26
+ #include " tensorflow/c/logging.h"
31
27
32
28
namespace tensorflow {
33
29
namespace io {
Original file line number Diff line number Diff line change @@ -36,15 +36,11 @@ limitations under the License.
36
36
#include " absl/strings/ascii.h"
37
37
#include " absl/strings/numbers.h"
38
38
#include " absl/strings/str_cat.h"
39
+ #include " tensorflow/c/logging.h"
40
+ #include " tensorflow/c/tf_status.h"
39
41
#include " tensorflow_io/core/plugins/file_system_plugins.h"
40
42
#include " tensorflow_io/core/plugins/s3/aws_crypto.h"
41
43
#include " tensorflow_io/core/plugins/s3/aws_logging.h"
42
- // TODO: Restore logging.h
43
- #define TF_Log (...)
44
- #define TF_VLog (...)
45
- // #include "tensorflow/c/logging.h"
46
- // TODO: Restore logging.h
47
- #include " tensorflow/c/tf_status.h"
48
44
49
45
namespace tensorflow {
50
46
namespace io {
Original file line number Diff line number Diff line change 14
14
# ==============================================================================
15
15
"""version_ops"""
16
16
17
- package = "tensorflow>=2.4.0rc2 ,<2.5.0"
17
+ package = "tensorflow>=2.4.0rc3 ,<2.5.0"
18
18
version = "0.17.0"
You can’t perform that action at this time.
0 commit comments