manuzhang commented on code in PR #11461:
URL: https://github.com/apache/iceberg/pull/11461#discussion_r1832947268
##########
site/docs/how-to-release.md:
##########
@@ -435,13 +435,13 @@ spark-shell \
To verify using Flink, start a Flink SQL Client with the following command:
```bash
-wget ${MAVEN_URL}/iceberg-flink-runtime/{{ icebergVersion
}}/iceberg-flink-runtime-{{ icebergVersion }}.jar
+wget ${MAVEN_URL}/iceberg-flink-runtime-1.20/{{ icebergVersion
}}/iceberg-flink-runtime-1.20-{{ icebergVersion }}.jar
sql-client.sh embedded \
- -j iceberg-flink-runtime-{{ icebergVersion }}.jar \
- -j
${FLINK_CONNECTOR_PACKAGE}-${HIVE_VERSION}_${SCALA_VERSION}-${FLINK_VERSION}.jar
\
+ -j iceberg-flink-runtime-1.20-{{ icebergVersion }}.jar \
+ -j flink-connector-hive_2.12-1.20.jar \
Review Comment:
I'm not sure but just fix what's already there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]