taklwu commented on PR #4942: URL: https://github.com/apache/hbase/pull/4942#issuecomment-1407557858
patch to branch-2.5 is failing the build , it would need a import line for TableDescriptor in hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestWarmupRegion.java. I will add an addendum for it in branch-2.5 and branch-2 ``` import org.apache.hadoop.hbase.client.TableDescriptor; ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
