Draft
Conversation
…handran reviewed by Sergey Shelukhin)
… in use (Daniel Dai, reviewed by Laszlo Pinter, Thejas Nair) Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
…tion: null' (Mass Dosage via Peter Vary)
… SQL queries (Sankar Hariappan, reviewed by Daniel Dai)
… reviewed by Vineet Garg)
…en alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar)
…t HDFS only (Gour Saha reviewd by Prasanth Jayachandran)
…lter database (Vihang Karajgaonkar, reviewed by Andrew Sherman and Bharathkrishna Guruvayoor Murali)
…Anurag Mantripragada reviewed by Vihang Karajgaonkar) (addendum)
… Karajgaonkar, reviewed by Andrew Sherman and Naveen Gangam)
…ric Wohlstadter, reviewed by Jason Dere)
…ewed by Prasanth, Eric, Ashutosh)
…to avoid race condition(Karthik Manamcheri, reviewed by Adam Holley, Vihang K and Naveen G)
…s method (Guillaume Grossetie reviewed by Prasanth Jayachandran)
…Teddy Choi, reviewed by Jesus Camacho Rodriguez) Change-Id: Iecdee8ddeea2ca3f862b16b1641569f027a12fbb
…amacho Rodriguez, reviewed by Ashutosh Chauhan)
…ctory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran)
…Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna)
… (Jesus Camacho Rodriguez, reviewed by Vineet Garg)
…m) (Vihang Karajgaonkar, reviewed by Naveen Gangam)
…o metrics (Karthik Manamcheri, reviewed by Naveen Gangam and Yongzhi Chen)
…ehr, reviewed by Prashant J and Naveen Gangam)
…sus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
…ik Manamcheri, reviewed by Morio Ramdenbourg and Peter Vary)
…t exist (Prasanth Jayachandran reviewed by Vaibhav Gumashta)
…e (Prasanth Jayachandran reviewed by Ashuotsh Chauhan)
…ran reviewed by Sergey Shelukhin)
…Camacho Rodriguez, reviewed by Ashutosh Chauhan)
…, reviewed by Naveen Gangam)
…sus Camacho Rodriguez, reviewed by Vineet Garg)
…ith FileAlreadyExistsException (Riju Trivedi, reviewed by Laszlo Pinter) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4659)
…e row number after one batch in case of constant expression in partition clause (Shubham Chaurasia via Ramesh Kumar) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4661)
…h-3 (Aman Raj, reviewed by Sankar Hariappan) * HIVE-17917: VectorizedOrcAcidRowBatchReader.computeOffsetAndBucket optimization (Saurabh Seth via Eugene Koifman) (cherry picked from commit 34331f3) Resolved merge conflict in VectorizedOrcAcidRowBatchReader.java * HIVE-21457: Perf optimizations in ORC split-generation (Prasanth Jayachandran reviewed by Gopal V) (cherry picked from commit 72d72d4) Resolved conflicts in AcidUtils.java, CompactorMR.java and OrcInputFormat.java * HIVE-22582: Avoid reading table as ACID when table name is starting with "delta" , but table is not transactional and BI Split Strategy is used (Aditya Shah reviewed by Laszlo Pinter and Peter Vary) (cherry picked from commit e6ef282) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4686)
…3, HIVE-20833, HIVE-21498 to branch-3 (Aman Raj, reviewed by Sankar Hariappan) * HIVE-19416 subtasks, and also HIVE-20062, HIVE-20115 (Sergey Shelukhin) * HIVE-21498: Thrift version upgrade to 0.13. Need to be reviewed (Sai Hemanth reviewed by Naveen Gangam) * HIVE-18453: ACID: Add "CREATE TRANSACTIONAL TABLE" syntax to unify ACID ORC & Parquet support * HIVE-20117: schema for txn stats for 3.2.0(Sergey Shelukhin) * HIVE-20833 Remaining fix for PARAM_VALUE as CLOB * HIVE-20293: Support Replication of ACID table truncate operation (Mahesh Behera) * Partial HIVE-20966 for Hive.java Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4539)
… issue with new Yarn releases (Slim Bouguerra via via Ashutosh Chauhan) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4708)
…ook to branch-3 (David Mollitor reviewed by Miklos Gergely, Zhihua Deng) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4729)
…abilize tests (Zoltan Haindrich reviewed by Miklos Gergely) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4736)
…location and metrics after Kill Trigger action (Nikhil Gupta, reviewed by Ashish Sharma, Sankar Hariappan) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4660)
…4737) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4737)
…rtitionPruningOptimization, when join key is on aggregation column to branch-3 Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4556)
… working correctly for char column types (Marta Kuczora reviewed by Peter Vary) Signed-off-by: Chinna Rao L <chinnaraol@apache.org> Closes (apache#4567)
…0, HIVE-20300, HIVE-20312, HIVE-20044, HIVE-21966 to branch-3(apache#4772) * HIVE-20052: Arrow serde should fill ArrowColumnVector(Decimal) with the given schema precision/scale * HIVE-20093: LlapOutputFomatService: Use ArrowBuf with Netty for Accounting * HIVE-20203: Arrow SerDe leaks a DirectByteBuffer * HIVE-20290: Lazy initialize ArrowColumnarBatchSerDe so it doesn't allocate buffers during GetSplits * HIVE-20300: VectorFileSinkArrowOperator * HIVE-20312: Allow arrow clients to use their own BufferAllocator with LlapOutputFormatService * HIVE-20044: Arrow Serde should pad char values and handle empty strings correctly * HIVE-21966: Llap external client - Arrow Serializer throws ArrayIndexOutOfBoundsException in some cases --------- Co-authored-by: Eric Wohlstadter <ewohlstadter@hortonworks.com> Co-authored-by: Nikhil Gupta <guptan@microsoft.com> Co-authored-by: Teddy Choi <pudidic@gmail.com> Co-authored-by: Shubham Chaurasia <schaurasia@cloudera.com> Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4772)
* HIVE-20364: Update default for hive.map.aggr.hash.min.reduction * HIVE-20549: Allow user set query tag, and kill query with tag (Daniel Dai, reviewed by Thejas Nair, Sergey Shelukhin) * Removed explainanalyze_2.q test to fix in HIVE-27795 --------- Co-authored-by: Ashutosh Chauhan <hashutosh@apache.org> Co-authored-by: Mahesh Kumar Behera <mbehera@hortonworks.com> Co-authored-by: Daniel Dai <daijyc@gmail.com> Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4789)
* HIVE-21167: Bucketing: Bucketing version 1 is incorrectly partitioning data (Deepak Jaiswal, reviewed by Jason Dere and Vineet Garg) --------- Co-authored-by: Deepak Jaiswal <djaiswal@apache.org> Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4583)
apache#4790) * HIVE-20467: Allow IF NOT EXISTS/IF EXISTS in Resource plan creation/drop * HIVE-20508: Hive does not support user names of type "user@realm" (Deepak Jaiswal, reviewed by Thejas Nair) * HIVE-20550: Switch WebHCat to use beeline to submit Hive queries (Daniel Dai, reviewed by Thejas Nair) --------- Co-authored-by: Miklos Gergely <mgergely@hortonworks.com> Co-authored-by: Deepak Jaiswal <djaiswal@apache.org> Co-authored-by: Daniel Dai <daijyc@gmail.com> Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4790)
apache#4809) * HIVE-20629: Hive incremental replication fails with events missing error if database is kept idle for more than an hour (Mahesh Kumar Behera, reviewed by Sankar Hariappan) * HIVE-20705: Vectorization: Native Vector MapJoin doesn't support Complex Big Table values * HIVE-20734: Beeline: When beeline-site.xml is and hive CLI redirects to beeline, it should use the system username/dummy password instead of prompting for one --------- Co-authored-by: Sankar Hariappan <sankarh@apache.org> Co-authored-by: Matt McCline <mmccline@hortonworks.com> Co-authored-by: Vaibhav Gumashta <vgumashta@hortonworks.com> Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4809)
HIVE-21104: PTF with nested structure throws ClassCastException (Rajesh Balamohan reviewed by Gopal V) Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4717)
…8, HIVE-21241, HIVE-22099, HIVE-25093, HIVE-22400, HIVE-25306, HIVE-25268 to branch-3 (apache#4838) * HIVE-24693: Convert timestamps to zoned times without string operations (David Mollitor reviewed by Panagiotis Garefalakis)) * HIVE-20433: Implicit String to Timestamp conversion is slow (Deepak Jaiswal, reviewed by Gopal Vijayaraghavan) * HIVE-20792: Inserting timestamp with zones truncates the data (Jaume Marhuenda, reviewed by Jesus Camacho Rodriguez) * HIVE-20838: Timestamps with timezone are set to null when using the streaming API * HIVE-21241: Migrate TimeStamp Parser From Joda Time (Beluga Behr, reviewed by Naveen Gangam) * HIVE-22099: Several date related UDFs can't handle Julian dates properly since HIVE-20007 (Adam Szita, reviewed by Jesus Camacho Rodriguez) * HIVE-25093: date_format() UDF is returning output in UTC time zone only (Ashish Sharma, reviewed by Adesh Rao, Nikhil Gupta, Sankar Hariappan) * HIVE-22400: UDF minute with time returns NULL (Naresh P R, reviewed by Jesus Camacho Rodriguez) * HIVE-25306: Change Date/Timestamp parser from LENIENT to STRICT (Ashish Kumar Sharma, reviewed by Adesh Kumar Rao, Matt McCline, Sankar Hariappan, Stamatis Zampetakis) * HIVE-25268: date_format udf returns wrong results for dates prior to 1900 if the local timezone is other than UTC (Nikhil Gupta, reviewed by Ashish Sharma, Stamatis Zampetakis, Sankar Hariappan) * Revert "HIVE-27540: Fix orc_merge10.q test in branch-3 (apache#4523)" --------- Co-authored-by: belugabehr <12578579+belugabehr@users.noreply.github.com> Co-authored-by: Deepak Jaiswal <djaiswal@apache.org> Co-authored-by: Jaume Marhuenda <jaumemarhuenda@gmail.com> Co-authored-by: Naveen Gangam <ngangam@apache.org> Co-authored-by: Nikhil Gupta <guptan@microsoft.com> Co-authored-by: Ashish Kumar Sharma <ashishkumarsharma20@gmail.com> Co-authored-by: Naresh P R <prnaresh.naresh@gmail.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4838)
…1, HIVE-21905 to branch-3 (apache#4524) * HIVE-21924: Split text files even if header/footer exists (Mustafa Iman, reviewed by Sankar Hariappan) * HIVE-22769: Incorrect query results and query failure during split generation for compressed text files (Panos G via Ashutosh Chauhan , Mustafa Iman) * HIVE-24224: Fix skipping header/footer for Hive on Tez on compressed file ( Panos G via Ashutosh Chauhan)s * HIVE-24381: Compressed text input returns 0 rows if skip header/footer is mentioned (Naresh Panchetty Ramanaiah, reviewed by Panagiotis Garefalakis, Jesus Camacho Rodriguez) * HIVE-21905: Generics improvement around the FetchOperator class (Ivan Suller via Jesus Camacho Rodriguez) --------- Co-authored-by: Mustafa Iman <mustafa@cloudera.com> Co-authored-by: Panos Garefalakis <pgaref@cloudera.com> Co-authored-by: Naresh P R <prnaresh.naresh@gmail.com> Co-authored-by: Ivan Suller <isuller@cloudera.com> Co-authored-by: Vineet Garg <vgarg@apache.org> Co-authored-by: Mahesh Kumar Behera <mahesh@apache.org> Co-authored-by: Jason Dere <jdere@hortonworks.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4524)
…7, HIVE-24786 to branch-3 (apache#4878) * HIVE-22429: Migrated clustered tables using bucketing_version 1 on hive 3 uses bucketing_version 2 for inserts (Ramesh Kumar Thangarajan, reviewed by Jesus Camacho Rodriguez) * HIVE-14898: HS2 shouldn't log callstack for an empty auth header error * HIVE-22231: Hive query with big size via knox fails with Broken pipe Write failed (Denys Kuzmenko via Peter Vary) * HIVE-20507: Beeline: Add a utility command to retrieve all uris from beeline-site.xml * HIVE-24786: JDBC HttpClient should retry for idempotent and unsent http methods (apache#1983) * HIVE-24786: JDBC HttpClient should retry for idempotent and unsent http methods --------- Co-authored-by: Ramesh Kumar Thangarajan <rameshkumar@cloudera.com> Co-authored-by: Daniel Dai <daijyc@gmail.com> Co-authored-by: denys kuzmenko <dkuzmenko@cloudera.com> Co-authored-by: Vaibhav Gumashta <vgumashta@hortonworks.com> Co-authored-by: Prasanth Jayachandran <prasanthj@apache.org> Co-authored-by: Prasanth Jayachandran <pjayachandran@cloudera.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4878)
…ch-3 (apache#4848) * HIVE-20752: In case of LLAP start failure add info how to find YARN logs (Miklos Gergely via Ashutosh Chauhan) * HIVE-20807: Refactor LlapStatusServiceDriver (Miklos Gergely via Sergey Shelukhin) * HIVE-21866: LLAP status service driver may get stuck with wrong Yarn app ID (Adam Szita, reviewed by Marta Kuczoram) --------- Co-authored-by: Miklos Gergely <mgergely@hortonworks.com> Co-authored-by: Adam Szita <szita@cloudera.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4848)
…0, HIVE-20631, HIVE-20637, HIVE-20609, HIVE-20439 to branch-3 (apache#4983) * HIVE-20536: Add Surrogate Keys function to Hive (Miklos Gergely via Ashutosh Chauhan) * HIVE-20632: Query with get_splits UDF fails if materialized view is created on queried table. * HIVE-20511: REPL DUMP is leaking metastore connections * HIVE-20560 Set hive.llap.memory.oversubscription.max.executors.per.query to be 1/3rd of num of llap daemons * HIVE-20631: Hive returns 20011 error code for re-triable error * HIVE-20637: Allow any udfs with 0 arguments or with constant arguments as part of default clause * HIVE-20609: Create SSD cache dir if it doesnt exist already * HIVE-20439: Use the inflated memory limit during join selection for llap (Zoltan Haindrich reviewed by Ashutosh Chauhan) --------- Co-authored-by: Miklos Gergely <mgergely@hortonworks.com> Co-authored-by: Sankar Hariappan <mailtosankarh@gmail.com> Co-authored-by: Mahesh Kumar Behera <mbehera@hortonworks.com> Co-authored-by: Zoltan Haindrich <kirk@rxd.hu> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4983)
…0, HIVE-24074, HIVE-25104 to branch-3(apache#5051) * HIVE-21862: ORC ppd produces wrong result with timestamp (Vineet Garg, reviewed by Jesus Camacho Rodriguez) * HIVE-20437: Handle schema evolution from Float, Double and Decimal. (Janaki Lahorani, reviewed by Andrew Sherman) * HIVE-22589: Add storage support for ProlepticCalendar in ORC, Parquet, and Avro (Jesus Camacho Rodriguez, reviewed by David Lavati, László Bodor, Prasanth Jayachandran) * HIVE-22840: Race condition in formatters of TimestampColumnVector and DateColumnVector (Shubham Chaurasia, reviewed by Jesus Camacho Rodriguez) * HIVE-24074: Incorrect handling of timestamp in Parquet/Avro when written in certain time zones in versions before Hive 3.x (Jesus Camacho Rodriguez, reviewed by Prasanth Jayachandran) * HIVE-25104: Backward incompatible timestamp serialization in Parquet for certain timezones (Stamatis Zampetakis, reviewed by Jesus Camacho Rodriguez) --------- Co-authored-by: Vineet Garg <vgarg@apache.org> Co-authored-by: Janaki Lahorani <janaki@cloudera.com> Co-authored-by: Jesus Camacho Rodriguez <jcamacho@apache.org> Co-authored-by: Shubham Chaurasia <schaurasia@cloudera.com> Co-authored-by: Stamatis Zampetakis <zabetak@gmail.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#5051)
…9, HIVE-22200, HIVE-21544, HIVE-22841, HIVE-20292, HIVE-17040, HIVE-20718, HIVE-20193 (apache#5029) * HIVE-24808: Cache Parsed Dates (David Mollitor reviewed by Miklos Gergely) * HIVE-24811: Extend Cached Dates to Other Areas (David Mollitor reviewed by Miklos Gergely) * HIVE-22476: Hive datediff function provided inconsistent results when hive.fetch.task.conversion is set to none (Slim Bouguerra via Jesus Camacho Rodriguez) * HIVE-25299: Casting timestamp to numeric data types is incorrect for non-UTC timezones (Adesh Rao, reviewed by Ashish Kumar, Sankar Hariappan) * HIVE-22200: Hash collision may cause column resolution to fail (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan) * HIVE-21544: Constant propagation corrupts coalesce/case/when expressions during folding (Zoltan Haindrich, reviewed by Jesus Camacho Rodriguez) * HIVE-22841: ThriftHttpServlet#getClientNameFromCookie should handle CookieSigner IllegalArgumentException on invalid cookie signature (Kevin Risden via Zoltan Haindrich) * HIVE-20292: Bad join ordering in tpcds query93 with primary constraint defined (Vineet Garg, reviewed by Ashutosh Chauhan) * HIVE-17040: Join elimination in the presence of FK relationship (Jesus Camacho Rodriguez, reviewed by Vineet Garg) * HIVE-20718: Add perf cli driver with constraints (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan) * HIVE-20193: cboInfo is not present in the explain plan json (Anishek Agarwal, reviewed by Ashutosh Chauhan) --------- Co-authored-by: belugabehr <12578579+belugabehr@users.noreply.github.com> Co-authored-by: Sruthi Mooriyathvariam <sruthim.@microsoft.com> Co-authored-by: Adesh Rao <adrao@microsoft.com> Co-authored-by: Ashish Sharma <ashissha@microsoft.com> Co-authored-by: Jesus Camacho Rodriguez <jcamacho@apache.org> Co-authored-by: Anishek Agarwal <anishek@gmail.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#5029)
…7, HIVE-20207, HIVE-20245, HIVE-20294, HIVE-26447, HIVE-20315, HIVE-22170, HIVE-22331, HIVE-24113, HIVE-25458, HIVE-25577, HIVE-25403 to branch-3 (apache#5101) * HIVE-20082: HiveDecimal to string conversion doesn't format the decimal correctly (Jason Dere, reviewed by Ashutosh Chauhan) * HIVE-19564: Vectorization: Fix NULL / Wrong Results issues in Arithmetic (Matt McCline, reviewed by Teddy Choi) * HIVE-20174: Vectorization: Fix NULL / Wrong Results issues in GROUP BY Aggregation Functions (Matt McCline, reviewed by Teddy Choi) * HIVE-20197: Vectorization: Add DECIMAL_64 testing, add Date/Interval/Timestamp arithmetic, and add more GROUP BY Aggregation tests (Matt McCline, reviewed by Teddy Choi) * HIVE-20207: Vectorization: Fix NULL / Wrong Results issues in Filter / Compare (Matt McCline, reviewed by Teddy Choi) * HIVE-20245: Vectorization: Fix NULL / Wrong Results issues in BETWEEN / IN (Matt McCline, reviewed by Teddy Choi) * HIVE-20294: Vectorization: Fix NULL / Wrong Results issues in COALESCE / ELT (Matt McCline, reviewed by Teddy Choi) * HIVE-26447: Vectorization: wrong results when filter on repeating map key orc table * HIVE-20315: Vectorization: Fix more NULL / Wrong Results issues and avoid unnecessary casts/conversions (Matt McCline, reviewed by Teddy Choi) * HIVE-22170: from_unixtime and unix_timestamp should use user session time zone (Jesus Camacho Rodriguez, reviewed by Vineet Garg) * HIVE-22331: unix_timestamp without argument returns timestamp in millisecond instead of second (Naresh P R, reviewed Jesus Camacho Rodriguez) * HIVE-24113: NPE in GenericUDFToUnixTimeStamp (apache#1460) (Raj Kumar Singh, reviewed by Zoltan Haindrich and Laszlo Pinter) * HIVE-25458: Unix_timestamp() with string input give wrong result (Ashish Sharma, reviewed by Adesh Rao, Nikhil Gupta, Sankar Hariappan) * HIVE-25577: unix_timestamp() is ignoring the time zone value (Ashish Sharma, reviewed by Sankar Hariappan) * HIVE-25403: Fix from_unixtime() to consider leap seconds --------- Co-authored-by: Jason Dere <jdere@hortonworks.com> Co-authored-by: Matt McCline <mmccline@hortonworks.com> Co-authored-by: yigress <104102129+yigress@users.noreply.github.com> Co-authored-by: John Sherman <jfs@cloudera.com> Co-authored-by: Jesus Camacho Rodriguez <jcamacho@apache.org> Co-authored-by: Naresh P R <prnaresh.naresh@gmail.com> Co-authored-by: Rajkumar Singh <rajkrrsingh@gmail.com> Co-authored-by: Ashish Sharma <ashissha@microsoft.com> Co-authored-by: Krisztian Kasa <kkasa@cloudera.com> Co-authored-by: Sruthi Mooriyathvariam <sruthim@microsoft.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#5101)
…5, HIVE-23561, HIVE-24321, HIVE-22856, HIVE-22973, HIVE-21729, HIVE-23022, HIVE-23034, HIVE-22221, HIVE-23230 to branch-3 (apache#4883) * HIVE-22373: File Merge tasks fail when containers are reused * HIVE-25553: Support Map data-type natively in Arrow format * HIVE-25554: Upgrade arrow version to 0.15 * HIVE-25555: ArrowColumnarBatchSerDe should store map natively instead of converting to list * HIVE-23561: Fixing arrow serializer for Decimals with selected (Panos G via Mahesh Kumar) * HIVE-24321: Implement Default getSerDeStats in AbstractSerDe * HIVE-22856: Hive LLAP LlapArrowBatchRecordReader skipping remaining batches when ArrowStreamReader returns a 0 length batch. * HIVE-21729: Arrow serializer sometimes shifts timestamp by one second (Shubham Chaurasia, reviewed by Sankar Hariappan) * HIVE-22973: Handle 0 length batches in LlapArrowRowRecordReader (Shubham Chaurasia, reviewed by Jason Dere) * HIVE-23022: Arrow deserializer should ensure size of hive vector equal to arrow vector. (Shubham Chaurasia, reviewed by Mahesh Kumar Behera) * HIVE-23034: Arrow serializer should not keep the reference of arrow offset and validity buffers. (Shubham Chaurasia, reviewed by Thejas Nair) * HIVE-22221: Llap external client - Need to reduce LlapBaseInputFormat#getSplits() footprint * HIVE-23230: get_splits UDF ignores limit clause while creating splits(Adesh Kumar Rao, reviewed by Shubham Chaurasia, Sankar Hariappan) --------- Co-authored-by: Prabhu Josephraj <pjosephraj@microsoft.com> Co-authored-by: Sruthi Mooriyathvariam <sruthim@microsoft.com> Co-authored-by: Panos Garefalakis <pgaref@cloudera.com> Co-authored-by: Shubham Chaurasia <schaurasia@cloudera.com> Co-authored-by: Adesh Kumar Rao <adesh.ku.rao@gmail.com> Co-authored-by: Eric Wohlstadter <ewohlstadter@hortonworks.com> Co-authored-by: Jesus Camacho Rodriguez <jcamacho@apache.org> Co-authored-by: Jason Dere <jdere@cloudera.com> Co-authored-by: John Sherman <jfs@cloudera.com> --------- Signed-off-by: Sankar Hariappan <sankarh@apache.org> Closes (apache#4883)
… (Rui Li, reviewed by Peter Vary)
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We took 3.1 fork for our 6si-hive3-main which is more stable. and branch 3 (main development branch for 3.x ) having very larger set of changes which are not in branch 3.1. If my understanding is right then we should look at each jira and understand which all changs we need in our 6si-hive3-main.