@@ -158,16 +158,11 @@ http_archive(
158158http_archive (
159159 name = "arrow" ,
160160 build_file = "//third_party:arrow.BUILD" ,
161- patch_cmds = [
162- # TODO: Remove the fowllowing once arrow issue is resolved.
163- """sed -i.bak 's/type_traits/std::max<int16_t>(sizeof(int16_t), type_traits/g' cpp/src/parquet/column_reader.cc""" ,
164- """sed -i.bak 's/value_byte_size/value_byte_size)/g' cpp/src/parquet/column_reader.cc""" ,
165- ],
166- sha256 = "a27971e2a71c412ae43d998b7b6d06201c7a3da382c804dcdc4a8126ccbabe67" ,
167- strip_prefix = "arrow-apache-arrow-4.0.0" ,
161+ sha256 = "57e13c62f27b710e1de54fd30faed612aefa22aa41fa2c0c3bacd204dd18a8f3" ,
162+ strip_prefix = "arrow-apache-arrow-7.0.0" ,
168163 urls = [
169- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/apache/arrow/archive/apache-arrow-4 .0.0.tar.gz" ,
170- "https://github.com/apache/arrow/archive/apache-arrow-4 .0.0.tar.gz" ,
164+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/apache/arrow/archive/apache-arrow-7 .0.0.tar.gz" ,
165+ "https://github.com/apache/arrow/archive/apache-arrow-7 .0.0.tar.gz" ,
171166 ],
172167)
173168
@@ -851,10 +846,10 @@ http_archive(
851846http_archive (
852847 name = "xsimd" ,
853848 build_file = "//third_party:xsimd.BUILD" ,
854- sha256 = "45337317c7f238fe0d64bb5d5418d264a427efc53400ddf8e6a964b6bcb31ce9 " ,
855- strip_prefix = "xsimd-7.5.0 " ,
849+ sha256 = "21b4700e9ef70f6c9a86952047efd8272317df4e6fee35963de9394fd9c5677f " ,
850+ strip_prefix = "xsimd-8.0.1 " ,
856851 urls = [
857- "https://github.com/xtensor-stack/xsimd/archive/refs/tags/7.5.0 .tar.gz" ,
852+ "https://github.com/xtensor-stack/xsimd/archive/refs/tags/8.0.1 .tar.gz" ,
858853 ],
859854)
860855
0 commit comments