Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMarz committed Jan 13, 2025
1 parent 6b7648e commit 359b46e
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
USE_BAZEL_VERSION=7.4.1
# Copyright 2024 Ant Group Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

USE_BAZEL_VERSION=7.4.1
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ bazel_dep(name = "yacl", version = "0.4.5b10-nightly-20241224")
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
bazel_dep(name = "rules_python", version = "0.34.0")
bazel_dep(name = "rules_proto_grpc_python", version = "5.0.1")

bazel_dep(name = "grpc")
single_version_override(
module_name = "grpc",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Copyright 2024 Ant Group Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

org.secretflow.dataproxy.core.config.DefaultFlightServerConfigLoader
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Copyright 2024 Ant Group Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

org.secretflow.dataproxy.plugin.odps.config.DefaultOdpsFlightConfigLoader
org.secretflow.dataproxy.plugin.odps.config.EnvironmentOdpsFlightConfigLoader
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Copyright 2024 Ant Group Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

org.secretflow.dataproxy.plugin.odps.producer.OdpsFlightProducer

0 comments on commit 359b46e

Please sign in to comment.