Skip to content

Commit

Permalink
Remove backward compatibility option for nimble renaming
Browse files Browse the repository at this point in the history
Summary:
Presto has adopted the new name NIMBLE in the code base and
is getting test failures as NIMBLE cannot be found when the flag
VELOX_ENABLE_BACKWARD_COMPATIBILITY is set to be true.

Reviewed By: Yuhta, spershin, helfman

Differential Revision: D56803216

fbshipit-source-id: 10b61423480025156e225aa07694ccd54cb85731
  • Loading branch information
zacw7 authored and facebook-github-bot committed May 1, 2024
1 parent 6e539aa commit 85073ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions velox/dwio/common/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ enum class FileFormat {
TEXT = 5,
JSON = 6,
PARQUET = 7,
#ifdef VELOX_ENABLE_BACKWARD_COMPATIBILITY
ALPHA = 8,
#else
NIMBLE = 8,
#endif
ORC = 9,
};

Expand Down

0 comments on commit 85073ef

Please sign in to comment.