Skip to content

Commit

Permalink
HADOOP-19057. tag old constant name as deprecated
Browse files Browse the repository at this point in the history
Change-Id: I5b5e9cf41657288941865eeb5ee64d029207e54d
  • Loading branch information
steveloughran committed Feb 5, 2024
1 parent 018e034 commit 35edd7c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ public interface S3ATestConstants {
*/
String DEFAULT_EXTERNAL_FILE = "s3a://noaa-cors-pds/raw/2023/001/akse/AKSE001a.23_.gz";

/**
* Default path for the multi MB test file: {@value}.
* @deprecated use {@link #DEFAULT_EXTERNAL_FILE}.
*/
@Deprecated
String DEFAULT_CSVTEST_FILE = DEFAULT_EXTERNAL_FILE;

/**
* Example path for unit tests; this is never accessed: {@value}.
*/
Expand Down

0 comments on commit 35edd7c

Please sign in to comment.