Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhondo committed Mar 12, 2024
1 parent 4ccd39c commit deb3746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-runtime-3.3_2.12</artifactId>
<artifactId>iceberg-spark-runtime-3.4_2.12</artifactId>
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
Expand All @@ -459,7 +459,7 @@
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-aws-bundle</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</dependency>
</dependencies>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "3.4.3.dev0"
__version__: str = "2815!3.4.2+affirm.dev0"
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def run(self):
"pyspark.streaming",
"pyspark.bin",
"pyspark.sbin",
"pyspark.k8s",
"pyspark.jars",
"pyspark.pandas",
"pyspark.pandas.data_type_ops",
Expand Down

0 comments on commit deb3746

Please sign in to comment.