Commit 89b212a
fix(cudf): Fix errors setFromDataSource UNSUPPORTED (facebookincubator#16125)
Summary:
This errors shows up due to preload feature in HiveConnector.
CudfHiveConnector does not support it yet. So, this PR disables it.
Fixes test failures of velox/experimental/cudf/tests/velox_cudf_s3_read_test and velox/experimental/cudf/tests/velox_cudf_table_scan_test
Pull Request resolved: facebookincubator#16125
Reviewed By: srsuryadev
Differential Revision: D91486009
Pulled By: Yuhta
fbshipit-source-id: 892a600b56afca72fae058fc77ae24253c2751a01 parent 67f4fc6 commit 89b212a
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments