zabetak opened a new pull request, #4386:
URL: https://github.com/apache/hive/pull/4386

   ### What changes were proposed in this pull request?
   The topicPartitionBookkeeper field was removed from TransactionManager in 
the latest Kafka version and was replaced by txnPartitionMap.
   
   Below the commit which applied the respective refactoring in Kafka: 
https://github.com/apache/kafka/commit/3ea7b418fb3d7e9fc74c27751c1b02b04877f197
   
   Renable the kafka_storage_handler.q test since it has now passed sucessfully 
from the flaky-checker:
   http://ci.hive.apache.org/job/hive-flaky-check/694/
   
   ### Why are the changes needed?
   Resolve `NoSuchFieldException` when running INSERT queries in Kafka tables
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   ```
   mvn -pl itests/qtest -Pitests test -Dtest=TestMiniHiveKafkaCliDriver 
-Dqfile=kafka_storage_handler.q
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to