steveloughran commented on PR #5872:
URL: https://github.com/apache/hadoop/pull/5872#issuecomment-1653535263

   the current pom changes means that s3 select operations fail
   ```
   
   [ERROR] 
testReadLandsatRecordsNoMatch(org.apache.hadoop.fs.s3a.select.ITestS3SelectLandsat)
  Time elapsed: 147.958 s  <<< ERROR!
   java.io.IOException: java.lang.NoClassDefFoundError: 
software/amazon/eventstream/MessageDecoder
           at 
org.apache.hadoop.fs.s3a.select.SelectObjectContentHelper.select(SelectObjectContentHelper.java:75)
           at 
org.apache.hadoop.fs.s3a.WriteOperationHelper.lambda$select$10(WriteOperationHelper.java:660)
           at 
org.apache.hadoop.fs.store.audit.AuditingFunctions.lambda$withinAuditSpan$0(AuditingFunctions.java:62)
           at org.apache.hadoop.fs.s3a.Invoker.once(Invoker.java:122)
   ```
   
   given that the feature has never worked properly through MR/spark jobs *and* 
nobody has ever filed a bug report against the feature, I'm not sure it gets 
used *at all*.
   
   we should be ruthless here; cut it?


-- 
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]

Reply via email to