File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 17
17
check and prevent duplications. DO NOT rely on this behavior.
18
18
* CsvTFXIO now allows skipping CSV headers (` set skip_header_lines ` ).
19
19
* CsvTFXIO now requires ` telemetry_descriptors ` to construct.
20
+ * Depends on ` pyarrow>=0.17,<0.18 ` .
20
21
21
22
## Breaking changes
22
23
Original file line number Diff line number Diff line change 2
2
3
3
# Note that this file should be a valid .bzl and .py file.
4
4
# Change the constants to build with a specific arrow version.
5
- LIBARROW_SO = "libarrow.so.16 "
6
- LIBARROW_PYTHON_SO = "libarrow_python.so.16 "
7
- LIBARROW_DYLIB = "libarrow.16 .dylib"
8
- LIBARROW_PYTHON_DYLIB = "libarrow_python.16 .dylib"
9
- PY_DEP = "pyarrow>=0.16.0 ,<0.17 "
5
+ LIBARROW_SO = "libarrow.so.17 "
6
+ LIBARROW_PYTHON_SO = "libarrow_python.so.17 "
7
+ LIBARROW_DYLIB = "libarrow.17 .dylib"
8
+ LIBARROW_PYTHON_DYLIB = "libarrow_python.17 .dylib"
9
+ PY_DEP = "pyarrow>=0.17 ,<0.18 "
You can’t perform that action at this time.
0 commit comments