Commit Graph

9 Commits

Author SHA1 Message Date
Nikita Mikhaylov
92b2f5ae98
Update 00900_parquet_load.reference 2020-12-23 03:44:23 +03:00
nikitamikhaylov
4bb52c062a fix tests 2020-12-23 01:02:45 +03:00
FawnD2
b3d94fae5f Disable input file with strange behaviour 2020-11-08 15:00:55 +03:00
FawnD2
a8dbbc6ccb Update reference with release build 2020-11-08 05:26:38 +03:00
FawnD2
1d7614746a Fix issue with locale. Move helper script out of tests folder 2020-11-08 04:32:27 +03:00
FawnD2
dd81be96db Update reference. Update test data. Add more tests. 2020-11-07 16:26:00 +03:00
Azat Khuzhin
13088d9bef Fix 00900_parquet_load (update exception message on INSERT failures) 2020-09-17 08:05:56 +03:00
Azat Khuzhin
fd5e08884a Bump arrow to 0.17 (and flatbuffers to v1.12, required by arrow)
MOTIVATION:
- remove double-conversion external dependency
- remove flatc (but flatbuffers is still required, arrow just shipped
  with generated files and that's it)

CHANGED:
- remove pre-generated headers, it is shipped with the arrow
- remove flatc (see above)

NOTES (see tests changes):
- and snappy error is reported as unsupported compression.
2020-07-07 23:54:32 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00