-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-3582] Support PageIndex #4634
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80fc28b - Browse repository at this point
Copy the full SHA 80fc28bView commit details -
1. using FutureSetFromTuple instead of FutureSetFromStorage. FutureSe…
…tFromTuple can buildOrderedSetInplace automatocally, FutureSetFromStorage need set Sizelimits mannually 2. Support PageIndex, set spark.gluten.sql.columnar.backend.ch.runtime_config.use_local_format to true again. 3. Remove skipped test
Configuration menu - View commit details
-
Copy full SHA for d5f98a7 - Browse repository at this point
Copy the full SHA d5f98a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842fc94 - Browse repository at this point
Copy the full SHA 842fc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99367b4 - Browse repository at this point
Copy the full SHA 99367b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c169dd - Browse repository at this point
Copy the full SHA 9c169ddView commit details -
add ParquetFileReaderExtBase add readColumnChunkPageBase simpilefy build read remove redundant codes reemove current_row_group_ std::vector<int32_t> row_groups_ => std::deque<int32_t> row_groups_ std::vector<std::unique_ptr<RowRanges>> row_group_row_ranges_ => std::unordered_map<int32_t, std::unique_ptr<RowRanges>> row_group_row_ranges_ std::vector<std::unique_ptr<ColumnIndexStore>> row_group_column_index_stores_ => std::unordered_map<int32_t, std::unique_ptr<ColumnIndexStore>> row_group_column_index_stores_; remove std::vector<std::unique_ptr<parquet::RowGroupMetaData>> row_group_metas_; remove std::vector<std::shared_ptr<parquet::RowGroupPageIndexReader>> row_group_index_readers_
Configuration menu - View commit details
-
Copy full SHA for 75ae5d5 - Browse repository at this point
Copy the full SHA 75ae5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1841a - Browse repository at this point
Copy the full SHA 8b1841aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbef527 - Browse repository at this point
Copy the full SHA dbef527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e802e1 - Browse repository at this point
Copy the full SHA 5e802e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d5cbf - Browse repository at this point
Copy the full SHA 44d5cbfView commit details -
support case_insensitive_column_matching of parquet
(cherry picked from commit bce0c6668d7bb397127eefeac1943d4c02cf79dc)
Configuration menu - View commit details
-
Copy full SHA for 06fb154 - Browse repository at this point
Copy the full SHA 06fb154View commit details -
fix case_insensitive_column_matching issue
fix a stupid bug! add testDataPath getTpcdsDataPath() => tpcdsDataPath getClickHouseLibPath() => clickHouseLibPath
Configuration menu - View commit details
-
Copy full SHA for 8637c20 - Browse repository at this point
Copy the full SHA 8637c20View commit details -
(cherry picked from commit bb0267135243ff8ad980b0521d8302e150a2c4e4)
Configuration menu - View commit details
-
Copy full SHA for 1508abb - Browse repository at this point
Copy the full SHA 1508abbView commit details -
lowercase first letter of function name
(cherry picked from commit 98dc9a79bf4f372ecabcac9b47aa06cd328f1aa4)
Configuration menu - View commit details
-
Copy full SHA for 9c0e3f1 - Browse repository at this point
Copy the full SHA 9c0e3f1View commit details -
(cherry picked from commit 2fb41831f4e338503ff620ce5eac9917bdb68f6a)
Configuration menu - View commit details
-
Copy full SHA for 0eb1036 - Browse repository at this point
Copy the full SHA 0eb1036View commit details -
Remove Camel case member variable
(cherry picked from commit 1ace73205a033e14ca1659f063eb1df65c3e9969)
Configuration menu - View commit details
-
Copy full SHA for 10194cf - Browse repository at this point
Copy the full SHA 10194cfView commit details -
(cherry picked from commit e7d8fbe701fcd92fb6cb167686602561adc26ec4)
Configuration menu - View commit details
-
Copy full SHA for f74e98b - Browse repository at this point
Copy the full SHA f74e98bView commit details -
(cherry picked from commit 1ee0516e2eadf045b4aec63de67cf5cb97810217)
Configuration menu - View commit details
-
Copy full SHA for c30eaf3 - Browse repository at this point
Copy the full SHA c30eaf3View commit details -
add ColumnIndexFilterPtr alias
(cherry picked from commit 1e9cdd3b08eb4e026a739ee558e9c2dd0c4c88fb)
Configuration menu - View commit details
-
Copy full SHA for 7f935d9 - Browse repository at this point
Copy the full SHA 7f935d9View commit details -
using RowRangesMap = absl::flat_hash_map<Int32, std::unique_ptr<RowRa…
…nges>>; using ColumnIndexStoreMap = absl::flat_hash_map<Int32, std::unique_ptr<ColumnIndexStore>>; (cherry picked from commit 610fcd038d24d54fa30bcc40ab0d4d39f60dd0c4)
Configuration menu - View commit details
-
Copy full SHA for a9386ab - Browse repository at this point
Copy the full SHA a9386abView commit details -
(cherry picked from commit 8d85db48fe1c93dbc05404aa580b3f11de94c51d)
Configuration menu - View commit details
-
Copy full SHA for 9ba0b1a - Browse repository at this point
Copy the full SHA 9ba0b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fc32c - Browse repository at this point
Copy the full SHA 89fc32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d74bf7b - Browse repository at this point
Copy the full SHA d74bf7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4de18d - Browse repository at this point
Copy the full SHA a4de18dView commit details