[ 
https://issues.apache.org/jira/browse/HADOOP-19385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930426#comment-17930426
 ] 

ASF GitHub Bot commented on HADOOP-19385:
-----------------------------------------

steveloughran commented on code in PR #7316:
URL: https://github.com/apache/hadoop/pull/7316#discussion_r1970409739


##########
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md:
##########
@@ -350,6 +350,17 @@ mvn verify -Dparallel-tests -Dprefetch -DtestsThreadCount=8
 mvn verify -Dparallel-tests -Dprefetch -Dscale -DtestsThreadCount=8
 ```
 
+## <a name="java17"></a> Java 17 Tests
+
+This module includes a test source tree which compiles and runs on
+Java 17+ _only_. This is to allow external libraries to be used

Review Comment:
   really? Even better. I do seem to have to switch to a java17 JVM for a build 
though, but maybe that's because I do that for parquet.
   
   This means I'll be able to wire yetus up to CI this even before we've got 
that java17 image up
   





> S3A: add a file-format-parsing module for testing format parsing
> ----------------------------------------------------------------
>
>                 Key: HADOOP-19385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19385
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure, fs/s3
>    Affects Versions: 3.4.2
>            Reporter: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>
> Create a cloud-storage/format-parsing module declaring various file formats 
> as dependencies (parquet, iceberg, orc) purely for integration/regression 
> testing store support for them.
> h2. Parquet
> for parquet reading we'd want
> * parquet lib
> * samples of well formed files
> * samples of malformed files.
> Test runs would upload the files then open then.
> h2. Iceberg
> Verify bulk delete through iceberg FileIO api. 
> *Update: Iceberg needs java17*
> It can't be merged until hadoop trunk goes there. parquet stuff we can put in 
> earlier and backport
> does let me set up the module though



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to